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 184 FastMathFlags Instruction::getFastMathFlags() const {
186 return cast<FPMathOperator>(this)->getFastMathFlags();
191 copyFastMathFlags(I->getFastMathFlags());
  /external/llvm/include/llvm/IR/
Operator.h 298 FastMathFlags getFastMathFlags() const {
IRBuilder.h 171 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]

Completed in 195 milliseconds