HomeSort by relevance Sort by last modified time
    Searched defs:setFastMathFlags (Results 1 - 2 of 2) 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/
Operator.h 261 void setFastMathFlags(FastMathFlags FMF) {

Completed in 65 milliseconds