Home
last modified time | relevance | path

Searched defs:FPOne (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp644 Register FPOne = B.buildFConstant(LLT::scalar(64), 1.0).getReg(0); in TEST_F() local
665 Register FPOne = B.buildFConstant(s64, 1.0).getReg(0); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15202 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in combineRepeatedFPDivisors() local
24406 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in BuildDivEstimate() local