Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1307 } else if (ConstantFP *CFP1 = dyn_cast<ConstantFP>(C1)) { in ConstantFoldBinaryInstruction() local
1309 const APFloat &C1V = CFP1->getValueAPF(); in ConstantFoldBinaryInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13423 ConstantFPSDNode *CFP1 = dyn_cast<ConstantFPSDNode>(N0.getOperand(1)); in visitFNEG() local
13424 if (CFP1) { in visitFNEG()
13425 APFloat CVal = CFP1->getValueAPF(); in visitFNEG()