Searched defs:InBounds (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp679 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); local
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp1964 static Constant *foldGEPOfGEP(GEPOperator *GEP, Type *PointeeTy, bool InBounds, argument
2034 ConstantFoldGetElementPtr(Type *PointeeTy, Constant *C, bool InBounds, std::optional<unsigned> InRangeIndex, ArrayRef<Value *> Idxs) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp182 InBounds = 0x08, enumerator in enum:__anon2830::GepNode::__anon2831
350 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0; local
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp489 std::optional<bool> InBounds; member in struct:BasicAAResult::DecomposedGEP
H A DConstantFolding.cpp883 bool InBounds = GEP->isInBounds(); local
H A DInstructionSimplify.cpp4723 simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices, bool InBounds, const SimplifyQuery &Q, unsigned) argument
4861 simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices, bool InBounds, const SimplifyQuery &Q) argument
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3240 bool InBounds = false; local
4923 bool InBounds; local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2558 bool InBounds = true; member in struct:__anon2049::ExtAddrMode
[all...]

Completed in 306 milliseconds