Searched refs:NegInf (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 129 Value *NegInf = in expandFPToI() local 187 Value *PosInf = Builder.CreateXor(NegOne, NegInf); in expandFPToI() 188 Value *Cond8 = Builder.CreateSelect(PosOrNeg, PosInf, NegInf); in expandFPToI()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2272 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local 2273 Value *FCmp = B.CreateFCmpOEQ(Base, NegInf, "isinf"); in replacePowWithSqrt()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 8415 APInt NegInf = APFloat::getInf(Semantics, true).bitcastToAPInt(); in lowerISFPCLASS() local 8416 auto NegInfC = MIRBuilder.buildConstant(IntTy, NegInf); in lowerISFPCLASS()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 8753 APInt NegInf = APFloat::getInf(Semantics, true).bitcastToAPInt(); in expandIS_FPCLASS() local 8754 SDValue NegInfV = DAG.getConstant(NegInf, DL, IntVT); in expandIS_FPCLASS()
|