Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DGEPNoWrapFlags.h43 GEPNoWrapFlags(bool IsInBounds) in GEPNoWrapFlags() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2443 bool IsInBounds = isMergedGEPInBounds(*Src, *cast<GEPOperator>(&GEP)); visitGEPOfGEP() local
3019 bool IsInBounds = CanPreserveInBounds( visitGetElementPtrInst() local
3038 bool IsInBounds = CanPreserveInBounds( visitGetElementPtrInst() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h942 char IsInBounds : 1; global() member
1603 VPVectorPointerRecipe(VPValue * Ptr,Type * IndexedTy,bool IsReverse,bool IsInBounds,DebugLoc DL) VPVectorPointerRecipe() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2513 bool IsInBounds = Src->isInBounds() && GEP->isInBounds() && hoistGEP() local