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

  /external/llvm/lib/IR/
Instruction.cpp 92 void Instruction::setHasUnsafeAlgebra(bool B) {
94 cast<FPMathOperator>(this)->setHasUnsafeAlgebra(B);
  /external/llvm/include/llvm/IR/
Instruction.h 234 void setHasUnsafeAlgebra(bool B);
Operator.h 221 void setHasUnsafeAlgebra(bool B) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 516 R->setHasUnsafeAlgebra(true);
    [all...]

Completed in 318 milliseconds