Home
last modified time | relevance | path

Searched defs:inbounds (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp668 build(OpBuilder & builder,OperationState & result,Type resultType,Type elementType,Value basePtr,ArrayRef<GEPArg> indices,bool inbounds,ArrayRef<NamedAttribute> attributes) build() argument
688 build(OpBuilder & builder,OperationState & result,Type resultType,Type elementType,Value basePtr,ValueRange indices,bool inbounds,ArrayRef<NamedAttribute> attributes) build() argument
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp183 bool inbounds(A v, B lb, B ub) { inbounds() function
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3930 emitArraySubscriptGEP(CodeGenFunction & CGF,llvm::Type * elemType,llvm::Value * ptr,ArrayRef<llvm::Value * > indices,bool inbounds,bool signedIndices,SourceLocation loc,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument
3945 emitArraySubscriptGEP(CodeGenFunction & CGF,Address addr,ArrayRef<llvm::Value * > indices,llvm::Type * elementType,bool inbounds,bool signedIndices,SourceLocation loc,CharUnits align,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument
4047 emitArraySubscriptGEP(CodeGenFunction & CGF,Address addr,ArrayRef<llvm::Value * > indices,QualType eltType,bool inbounds,bool signedIndices,SourceLocation loc,QualType * arrayType=nullptr,const Expr * Base=nullptr,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument