Home
last modified time | relevance | path

Searched refs:NPN (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp241 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType() local
245 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType()
247 Res = NPN; in EvaluateInDifferentType()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp552 PHINode *NPN = Builder.CreatePHI(RequiredType, PN->getNumIncomingValues()); in processPhiNode() local
557 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I)); in processPhiNode()
562 return IC.replaceInstUsesWith(II, NPN); in processPhiNode()