Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp234 const auto ConstFP = ConstantFP::get(LLVMFPTy->getContext(), Val); in buildConstantFP() local
235 Register Res = DT.find(ConstFP, &MF); in buildConstantFP()
240 DT.add(ConstFP, &MF, Res); in buildConstantFP()
241 MIRBuilder.buildFConstant(Res, *ConstFP); in buildConstantFP()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1372 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) { in ARMEmitCmp() local
1374 if (ConstFP->isZero() && !ConstFP->isNegative()) in ARMEmitCmp()