Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp883 auto *FPInst = dyn_cast<Instruction>(RI); in foldOperationIntoSelectOperand() local
884 if (FPInst && isa<FPMathOperator>(FPInst)) in foldOperationIntoSelectOperand()
885 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()
955 auto *FPInst = dyn_cast<Instruction>(RI); in foldOperationIntoPhiValue() local
956 if (FPInst && isa<FPMathOperator>(FPInst)) in foldOperationIntoPhiValue()
957 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()