Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp213 PHINode *Retval0 = Builder.CreatePHI(FPToI->getType(), 4); in expandFPToI() local
215 Retval0->addIncoming(Cond8, IfThen5); in expandFPToI()
216 Retval0->addIncoming(Mul, IfThen12); in expandFPToI()
217 Retval0->addIncoming(Mul16, IfElse); in expandFPToI()
218 Retval0->addIncoming(Builder.getIntN(BitWidth, 0), Entry); in expandFPToI()
220 FPToI->replaceAllUsesWith(Retval0); in expandFPToI()
560 PHINode *Retval0 = Builder.CreatePHI(IToFP->getType(), 2); in expandIToFP() local
561 Retval0->addIncoming(A4, IfEnd26); in expandIToFP()
562 Retval0->addIncoming(ConstantFP::getZero(IToFP->getType(), false), Entry); in expandIToFP()
564 IToFP->replaceAllUsesWith(Retval0); in expandIToFP()