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

  /external/llvm/lib/IR/
Instruction.cpp 175 FastMathFlags Instruction::getFastMathFlags() const {
177 return cast<FPMathOperator>(this)->getFastMathFlags();
182 setFastMathFlags(I->getFastMathFlags());
  /external/llvm/include/llvm/IR/
Operator.h 293 FastMathFlags getFastMathFlags() const {
IRBuilder.h 413 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]

Completed in 556 milliseconds