Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DExpandLargeFpConvert.cpp216 PHINode *Retval0 = Builder.CreatePHI(FPToI->getType(), 4); in expandFPToI() local
218 Retval0->addIncoming(Cond8, IfThen5); in expandFPToI()
219 Retval0->addIncoming(Mul, IfThen12); in expandFPToI()
220 Retval0->addIncoming(Mul16, IfElse); in expandFPToI()
221 Retval0->addIncoming(Builder.getIntN(BitWidth, 0), Entry); in expandFPToI()
223 FPToI->replaceAllUsesWith(Retval0); in expandFPToI()
564 PHINode *Retval0 = Builder.CreatePHI(IToFP->getType(), 2); in expandIToFP() local
565 Retval0->addIncoming(A4, IfEnd26); in expandIToFP()
566 Retval0->addIncoming(ConstantFP::getZero(IToFP->getType(), false), Entry); in expandIToFP()
568 IToFP->replaceAllUsesWith(Retval0); in expandIToFP()