Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h384 IsInBounds = (1 << 0), enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1979 bool IsInBounds = GEP.isInBounds(); in foldSelectGEP() local
2010 bool IsInBounds = Src->isInBounds() && GEP.isInBounds() && in visitGEPOfGEP() local
2090 bool IsInBounds = isMergedGEPInBounds(*Src, *cast<GEPOperator>(&GEP)); in visitGEPOfGEP() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp803 bool IsInBounds = in execute() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3831 bool IsInBounds = GEPI.isInBounds(); in foldGEPSelect() local
3880 bool IsInBounds = GEPI.isInBounds(); in foldGEPPhi() local