Searched refs:ConstFP (Results 1 – 2 of 2) sorted by relevance
234 const auto ConstFP = ConstantFP::get(LLVMFPTy->getContext(), Val); in buildConstantFP() local235 Register Res = DT.find(ConstFP, &MF); in buildConstantFP()240 DT.add(ConstFP, &MF, Res); in buildConstantFP()241 MIRBuilder.buildFConstant(Res, *ConstFP); in buildConstantFP()
1372 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) { in ARMEmitCmp() local1374 if (ConstFP->isZero() && !ConstFP->isNegative()) in ARMEmitCmp()