Searched defs:signedIndices (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 3931 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 3946 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 4048 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
|