Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp803 auto *FPInst = dyn_cast<Instruction>(RI); in foldOperationIntoSelectOperand() local
804 if (FPInst && isa<FPMathOperator>(FPInst)) in foldOperationIntoSelectOperand()
805 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()
875 auto *FPInst = dyn_cast<Instruction>(RI); in foldOperationIntoPhiValue() local
876 if (FPInst && isa<FPMathOperator>(FPInst)) in foldOperationIntoPhiValue()
877 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp718 Instruction *FPInst = dyn_cast<Instruction>(RI); in FoldOperationIntoSelectOperand() local
719 if (FPInst && isa<FPMathOperator>(FPInst)) in FoldOperationIntoSelectOperand()
720 FPInst->copyFastMathFlags(BO); in FoldOperationIntoSelectOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
Dindex.rst214 out common properties of records (such as "FPInst", which is used to represent
/external/llvm/docs/TableGen/
Dindex.rst218 out common properties of records (such as "FPInst", which is used to represent