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

/external/llvm/include/llvm/
H A DOperator.h138 void setIsExact(bool B) { function in class:llvm::PossiblyExactOperator
/external/llvm/lib/VMCore/
H A DInstructions.cpp1995 void BinaryOperator::setIsExact(bool b) { function in class:BinaryOperator
1996 cast<PossiblyExactOperator>(this)->setIsExact(b);

Completed in 233 milliseconds