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

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstruction.h183 void setHasUnsafeAlgebra(bool B);
H A DOperator.h222 void setHasUnsafeAlgebra(bool B) { function in class:llvm::FPMathOperator
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstruction.cpp99 void Instruction::setHasUnsafeAlgebra(bool B) { function in class:Instruction
101 cast<FPMathOperator>(this)->setHasUnsafeAlgebra(B);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp398 R->setHasUnsafeAlgebra(true);

Completed in 166 milliseconds