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

  /external/llvm/lib/IR/
Instruction.cpp 164 void Instruction::setFastMathFlags(FastMathFlags FMF) {
166 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
  /external/llvm/include/llvm/IR/
Operator.h 256 void setFastMathFlags(FastMathFlags FMF) {
IRBuilder.h 202 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
773 I->setFastMathFlags(FMF);
    [all...]

Completed in 236 milliseconds