Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp160 Value *PosOrNeg = Builder.CreateICmpSGT( in expandFPToI() local
162 Value *Sign = Builder.CreateSelect(PosOrNeg, ConstantInt::getSigned(IntTy, 1), in expandFPToI()
185 Value *Cond8 = Builder.CreateSelect(PosOrNeg, PosInf, NegInf); in expandFPToI()
430 Value *PosOrNeg = Builder.CreateICmpEQ(A3, Builder.getIntN(BitWidth, 0)); in expandIToFP() local
438 Builder.CreateCondBr(PosOrNeg, IfEnd26, IfThen20); in expandIToFP()