Home
last modified time | relevance | path

Searched defs:IsInBounds (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h463 IsInBounds = (1 << 0), enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3495 bool IsInBounds = GEPI.isInBounds(); in foldGEPSelect() local
3551 bool IsInBounds = GEPI.isInBounds(); in foldGEPPhi() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1844 bool IsInBounds = GEP.isInBounds(); in foldSelectGEP() local