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

/external/llvm/include/llvm/IR/
H A DOperator.h429 /// hasAllConstantIndices - Return true if all of the indices of this GEP are
432 bool hasAllConstantIndices() const { function in class:llvm::GEPOperator
/external/llvm/lib/IR/
H A DInstructions.cpp1424 /// hasAllConstantIndices - Return true if all of the indices of this GEP are
1427 bool GetElementPtrInst::hasAllConstantIndices() const { function in class:GetElementPtrInst

Completed in 366 milliseconds