Searched refs:OPN (Results 1 – 4 of 4) sorted by relevance
193 #define OPN 0x0000 macro197 #define OPN 0x1000 macro201 #define OPN 0x2000 macro205 #define OPN 0x3000 macro213 #define LDOP .inst 0x38200020 + OPN + B + N
336 #define SCM_OPDIRP(x) (SCM_NIMP(x) && (CAR(x)==(scm_tc16_dir | OPN)))349 #define tc_socket (tc7_port | OPN)350 #define SCM_SOCKP(x) (((0x7f | OPN | RDNG | WRTNG) & CAR(x))==(tc_socket))
710 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst() local711 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst()712 const BasicBlock *OldBB = OPN->getParent(); in CloneAndPruneIntoFromInst()720 OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()721 PHINode *PN = cast<PHINode>(VMap[OPN]); in CloneAndPruneIntoFromInst()
240 PHINode *OPN = cast<PHINode>(I); in EvaluateInDifferentType() local241 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType()242 for (unsigned i = 0, e = OPN->getNumIncomingValues(); i != e; ++i) { in EvaluateInDifferentType()244 EvaluateInDifferentType(OPN->getIncomingValue(i), Ty, isSigned); in EvaluateInDifferentType()245 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType()