Searched refs:setHasUnsafeAlgebra (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DInstruction.cpp103 void Instruction::setHasUnsafeAlgebra(bool B) { function in class:Instruction
105 cast<FPMathOperator>(this)->setHasUnsafeAlgebra(B);
/external/llvm/include/llvm/IR/
H A DInstruction.h201 void setHasUnsafeAlgebra(bool B);
H A DOperator.h226 void setHasUnsafeAlgebra(bool B) { function in class:llvm::FPMathOperator
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp426 R->setHasUnsafeAlgebra(true);

Completed in 314 milliseconds