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

  /external/llvm/lib/IR/
Instruction.cpp 143 bool Instruction::hasUnsafeAlgebra() const {
145 return cast<FPMathOperator>(this)->hasUnsafeAlgebra();
489 return cast<FPMathOperator>(this)->hasUnsafeAlgebra();
AsmWriter.cpp 734 if (FPO->hasUnsafeAlgebra())
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 211 bool hasUnsafeAlgebra() const;
Operator.h 264 bool hasUnsafeAlgebra() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 302 if (II->getIntrinsicID() != Intrinsic::log2 || !II->hasUnsafeAlgebra())
313 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
412 bool AllowReassociate = I.hasUnsafeAlgebra();
478 if (I.hasUnsafeAlgebra()) {
    [all...]
InstCombineAddSub.cpp 503 assert(I->hasUnsafeAlgebra() && "Should be in unsafe mode");
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 682 if (FPMO->hasUnsafeAlgebra())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 558 if (FPMO->hasUnsafeAlgebra())
    [all...]

Completed in 220 milliseconds