HomeSort by relevance Sort by last modified time
    Searched defs:setFastMathFlags (Results 1 - 6 of 6) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 183 void Instruction::setFastMathFlags(FastMathFlags FMF) {
185 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 299 void setFastMathFlags(FastMathFlags FMF) {
IRBuilder.h 220 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
    [all...]

Completed in 1347 milliseconds