Searched refs:OPN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/contrib/psota-benchmark/
H A Dtcp.sh9 OPN=(create list extract compare) # operations
81 echo -en "$tar\t${OPN[op_num]}\t"
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCloneFunction.cpp422 const PHINode *OPN = PHIToResolve[phino]; local
423 unsigned NumPreds = OPN->getNumIncomingValues();
424 const BasicBlock *OldBB = OPN->getParent();
431 OPN = PHIToResolve[phino];
432 PHINode *PN = cast<PHINode>(VMap[OPN]);
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp206 PHINode *OPN = cast<PHINode>(I); local
207 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues());
208 for (unsigned i = 0, e = OPN->getNumIncomingValues(); i != e; ++i) {
209 Value *V =EvaluateInDifferentType(OPN->getIncomingValue(i), Ty, isSigned);
210 NPN->addIncoming(V, OPN->getIncomingBlock(i));

Completed in 222 milliseconds