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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 184 FastMathFlags getFastMathFlags() const { return FMF; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 367 FastMathFlags getFastMathFlags() const {
IRBuilder.h 294 FastMathFlags getFastMathFlags() const { return FMF; }
296 FastMathFlags &getFastMathFlags() { return FMF; }
1426 FMFSource->getFastMathFlags());
1451 FMFSource->getFastMathFlags());
1476 FMFSource->getFastMathFlags());
1501 FMFSource->getFastMathFlags());
1526 FMFSource->getFastMathFlags());
1591 FMFSource->getFastMathFlags()),
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 259 FastMathFlags Instruction::getFastMathFlags() const {
261 return cast<FPMathOperator>(this)->getFastMathFlags();
265 copyFastMathFlags(I->getFastMathFlags());
285 copyFastMathFlags(FP->getFastMathFlags());
306 FastMathFlags FM = getFastMathFlags();
307 FM &= FP->getFastMathFlags();

Completed in 20 milliseconds