Searched defs:setHasUnsafeAlgebra (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DInstruction.cpp126 void Instruction::setHasUnsafeAlgebra(bool B) { function in class:Instruction
128 cast<FPMathOperator>(this)->setHasUnsafeAlgebra(B);
/external/llvm/include/llvm/IR/
H A DOperator.h220 void setHasUnsafeAlgebra(bool B) { function in class:llvm::FPMathOperator

Completed in 40 milliseconds