Home
last modified time | relevance | path

Searched refs:IsInBounds (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGEPNoWrapFlags.h43 GEPNoWrapFlags(bool IsInBounds) in GEPNoWrapFlags() argument
44 : Flags(IsInBounds ? (InBoundsFlag | NUSWFlag) : 0) {} in GEPNoWrapFlags()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuilder.h62 template <bool IsInBounds>
67 if (IsInBounds) in createConstGEP2_32()
83 IsInBounds ? Addr.isKnownNonNull() : NotKnownNonNull); in createConstGEP2_32()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.h991 char IsInBounds : 1; member
992 GEPFlagsTy(bool IsInBounds) : IsInBounds(IsInBounds) {} in GEPFlagsTy()
1058 GEPFlags.IsInBounds = GEP->isInBounds(); in VPRecipeWithIRFlags()
1133 GEPFlags.IsInBounds = false; in dropPoisonGeneratingFlags()
1164 GEPFlags.IsInBounds ? GEPNoWrapFlags::inBounds() in setFlags()
1194 return GEPFlags.IsInBounds; in isInBounds()
1661 bool IsInBounds, DebugLoc DL) in VPVectorPointerRecipe() argument
1663 GEPFlagsTy(IsInBounds), DL), in VPVectorPointerRecipe()
HDVPlanRecipes.cpp1031 if (GEPFlags.IsInBounds) in printFlags()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp2443 bool IsInBounds = isMergedGEPInBounds(*Src, *cast<GEPOperator>(&GEP)); in visitGEPOfGEP() local
2453 IsInBounds &= Idx.isNonNegative() == ConstIndices[0].isNonNegative(); in visitGEPOfGEP()
2458 Indices, "", IsInBounds)); in visitGEPOfGEP()
3019 bool IsInBounds = CanPreserveInBounds( in visitGetElementPtrInst() local
3024 Idx1, "", IsInBounds); in visitGetElementPtrInst()
3027 IsInBounds)); in visitGetElementPtrInst()
3038 bool IsInBounds = CanPreserveInBounds( in visitGetElementPtrInst() local
3043 IsInBounds); in visitGetElementPtrInst()
3048 "", IsInBounds)); in visitGetElementPtrInst()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLICM.cpp2516 bool IsInBounds = Src->isInBounds() && GEP->isInBounds() && in hoistGEP() local
2524 "invariant.gep", IsInBounds); in hoistGEP()
2528 IsInBounds); in hoistGEP()