Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp214 PHINode *Retval0 = Builder.CreatePHI(FPToI->getType(), 4); in expandFPToI() local
216 Retval0->addIncoming(Cond8, IfThen5); in expandFPToI()
217 Retval0->addIncoming(Mul, IfThen12); in expandFPToI()
218 Retval0->addIncoming(Mul16, IfElse); in expandFPToI()
219 Retval0->addIncoming(Builder.getIntN(BitWidth, 0), Entry); in expandFPToI()
221 FPToI->replaceAllUsesWith(Retval0); in expandFPToI()
561 PHINode *Retval0 = Builder.CreatePHI(IToFP->getType(), 2); in expandIToFP() local
562 Retval0->addIncoming(A4, IfEnd26); in expandIToFP()
563 Retval0->addIncoming(ConstantFP::getZero(IToFP->getType(), false), Entry); in expandIToFP()
565 IToFP->replaceAllUsesWith(Retval0); in expandIToFP()