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 103 void Instruction::setHasUnsafeAlgebra(bool B) {
105 cast<FPMathOperator>(this)->setHasUnsafeAlgebra(B);
  /external/llvm/include/llvm/IR/
Instruction.h 201 void setHasUnsafeAlgebra(bool B);
Operator.h 226 void setHasUnsafeAlgebra(bool B) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 426 R->setHasUnsafeAlgebra(true);
    [all...]

Completed in 139 milliseconds