Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp135 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
137 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()
179 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
180 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
DInstructions.cpp1941 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()
1956 copyFastMathFlags(FM); in andIRFlags()
/external/llvm/include/llvm/IR/
DInstruction.h264 void copyFastMathFlags(FastMathFlags FMF);
287 void copyFastMathFlags(const Instruction *I);
DOperator.h263 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1352 RI->copyFastMathFlags(&I); in visitFAdd()
1360 RI->copyFastMathFlags(&I); in visitFAdd()
1706 NewI->copyFastMathFlags(&I); in visitFSub()
1719 NewI->copyFastMathFlags(&I); in visitFSub()
1726 NewI->copyFastMathFlags(&I); in visitFSub()
1733 NewI->copyFastMathFlags(&I); in visitFSub()
DInstCombineCasts.cpp1231 RI->copyFastMathFlags(OpI); in visitFPTrunc()
1248 RI->copyFastMathFlags(OpI); in visitFPTrunc()
1266 RI->copyFastMathFlags(OpI); in visitFPTrunc()
1284 RI->copyFastMathFlags(OpI); in visitFPTrunc()
1294 RI->copyFastMathFlags(OpI); in visitFPTrunc()
DInstCombineMulDivRem.cpp554 RI->copyFastMathFlags(&I); in visitFMul()
596 RI->copyFastMathFlags(&I); in visitFMul()
1257 T->copyFastMathFlags(&I); in visitFDiv()
DInstCombineVectorOps.cpp704 New->copyFastMathFlags(I); in BuildNew()
DInstructionCombining.cpp678 FPInst->copyFastMathFlags(BO); in FoldOperationIntoSelectOperand()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp201 FDiv->copyFastMathFlags(FAdd); in TEST_F()