|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Instruction.h 433 void copyFastMathFlags(const Instruction *I);
References
lib/IR/AutoUpgrade.cpp 3505 cast<Instruction>(NewCall)->copyFastMathFlags(CI);
3516 cast<Instruction>(NewCall)->copyFastMathFlags(CI);
lib/IR/IRBuilder.cpp 80 CI->copyFastMathFlags(FMFSource);
lib/Transforms/InstCombine/InstCombineCalls.cpp 2242 FAdd->copyFastMathFlags(II);
2276 FAdd->copyFastMathFlags(II);
2326 FNeg->copyFastMathFlags(II);
3617 NewCall->copyFastMathFlags(II);
lib/Transforms/InstCombine/InstCombineCasts.cpp 1569 RI->copyFastMathFlags(BO);
1667 NewCI->copyFastMathFlags(II);
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp 567 Log2->copyFastMathFlags(&I);
lib/Transforms/InstCombine/InstCombineVectorOps.cpp 1248 New->copyFastMathFlags(I);
lib/Transforms/InstCombine/InstructionCombining.cpp 853 FPInst->copyFastMathFlags(BO);
925 FPInst->copyFastMathFlags(I);
lib/Transforms/Vectorize/LoopVectorize.cpp 4323 V->copyFastMathFlags(CI);
unittests/IR/IRBuilderTest.cpp 578 FDiv->copyFastMathFlags(FAdd);