HomeSort by relevance Sort by last modified time
    Searched refs:setFastMathFlags (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/IR/
Instruction.cpp 141 void Instruction::setFastMathFlags(FastMathFlags FMF) {
143 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
186 setFastMathFlags(I->getFastMathFlags());
  /external/llvm/include/llvm/IR/
Instruction.h 226 void setFastMathFlags(FastMathFlags FMF);
Operator.h 261 void setFastMathFlags(FastMathFlags FMF) {
IRBuilder.h 189 void SetFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
628 I->setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 532 Builder->SetFastMathFlags(Log2->getFastMathFlags());
548 Builder->SetFastMathFlags(I.getFastMathFlags());
589 Builder->SetFastMathFlags(I.getFastMathFlags());
    [all...]
InstCombineAddSub.cpp 502 II->setFastMathFlags(Flags);
507 II->setFastMathFlags(Flags);
513 II->setFastMathFlags(Flags);
801 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
    [all...]
InstCombineSelect.cpp     [all...]
InstructionCombining.cpp 179 I.setFastMathFlags(FMF);
328 New->setFastMathFlags(Flags);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 389 milliseconds