HomeSort by relevance Sort by last modified time
    Searched refs:setHasUnsafeAlgebra (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
Instruction.h 183 void setHasUnsafeAlgebra(bool B);
Operator.h 222 void setHasUnsafeAlgebra(bool B) {
  /external/llvm/lib/IR/
Instruction.cpp 99 void Instruction::setHasUnsafeAlgebra(bool B) {
101 cast<FPMathOperator>(this)->setHasUnsafeAlgebra(B);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 395 R->setHasUnsafeAlgebra(true);
    [all...]

Completed in 176 milliseconds