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

/external/llvm/include/llvm/IR/
H A DOperator.h365 void setIsInBounds(bool B) { function in class:llvm::GEPOperator
/external/llvm/lib/IR/
H A DInstructions.cpp1422 void GetElementPtrInst::setIsInBounds(bool B) { function in class:GetElementPtrInst
1423 cast<GEPOperator>(this)->setIsInBounds(B);

Completed in 122 milliseconds