HomeSort by: relevance | last modified time | path
    Searched defs:setFastMathFlags (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 308 void setFastMathFlags(FastMathFlags FMF) {
IRBuilder.h 305 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
1140 I->setFastMathFlags(FMF);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 209 void Instruction::setFastMathFlags(FastMathFlags FMF) {
211 cast<FPMathOperator>(this)->setFastMathFlags(FMF);

Completed in 17 milliseconds