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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DOperator.h235 void setIsInBounds(bool B) { function in class:llvm::GEPOperator
/external/llvm/include/llvm/IR/
H A DOperator.h372 void setIsInBounds(bool B) { function in class:llvm::GEPOperator
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp1424 void GetElementPtrInst::setIsInBounds(bool B) { function in class:GetElementPtrInst
1425 cast<GEPOperator>(this)->setIsInBounds(B);

Completed in 167 milliseconds