Searched defs:FPOne (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ | ||
H A D | PatternMatchTest.cpp | 708 Register FPOne = B.buildFConstant(LLT::scalar(64), 1.0).getReg(0); TEST_F() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 17246 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); combineRepeatedFPDivisors() local |