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

  /external/llvm/lib/IR/
Instruction.cpp 137 void Instruction::setFastMathFlags(FastMathFlags FMF) {
139 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
182 setFastMathFlags(I->getFastMathFlags());
  /external/llvm/include/llvm/IR/
Instruction.h 208 void setFastMathFlags(FastMathFlags FMF);
Operator.h 257 void setFastMathFlags(FastMathFlags FMF) {
IRBuilder.h 422 void SetFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
566 I->setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 881 Res->setFastMathFlags(I.getFastMathFlags());
917 R->setFastMathFlags(I.getFastMathFlags());
948 SimpR->setFastMathFlags(I.getFastMathFlags());
    [all...]
InstCombineAddSub.cpp 745 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
    [all...]
InstructionCombining.cpp 177 I.setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1035 milliseconds