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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 75 ExactFPMathInst(ExactFP), RecurrenceType(RT), IsSigned(Signed),
85 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {}
89 ExactFPMathInst(ExactFP) {}
93 bool needsExactFPMath() const { return ExactFPMathInst != nullptr; }
95 Instruction *getExactFPMathInst() const { return ExactFPMathInst; }
110 Instruction *ExactFPMathInst;
192 bool hasExactFPMath() const { return ExactFPMathInst != nullptr; }
195 Instruction *getExactFPMathInst() const { return ExactFPMathInst; }
253 Instruction *ExactFPMathInst = nullptr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 214 if (I && !ExactFPMathInst)
215 ExactFPMathInst = I;
221 Instruction *getExactFPInst() { return ExactFPMathInst; }
223 return !ExactFPMathInst || Hints.allowReordering();
232 Instruction *ExactFPMathInst = nullptr;

Completed in 15 milliseconds