HomeSort by relevance Sort by last modified time
    Searched defs:hasUnsafeAlgebra (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Instruction.cpp 147 bool Instruction::hasUnsafeAlgebra() const {
149 return cast<FPMathOperator>(this)->hasUnsafeAlgebra();
472 return cast<FPMathOperator>(this)->hasUnsafeAlgebra();
  /external/llvm/include/llvm/IR/
Operator.h 268 bool hasUnsafeAlgebra() const {

Completed in 584 milliseconds