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