Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h376 IsInBounds = (1 << 0), global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h910 char IsInBounds : 1; global() member
1447 VPVectorPointerRecipe(VPValue * Ptr,Type * IndexedTy,bool IsReverse,bool IsInBounds,DebugLoc DL) VPVectorPointerRecipe() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2133 bool IsInBounds = GEP.isInBounds(); foldSelectGEP() local
2201 bool IsInBounds = isMergedGEPInBounds(*Src, *cast<GEPOperator>(&GEP)); visitGEPOfGEP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3979 bool IsInBounds = GEPI.isInBounds(); foldGEPSelect() local
4028 bool IsInBounds = GEPI.isInBounds(); foldGEPPhi() local
H A DLICM.cpp2501 bool IsInBounds = Src->isInBounds() && GEP->isInBounds() && hoistGEP() local