Home
last modified time | relevance | path

Searched defs:GTE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp91 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in getMaxPreservedAlignment() local
157 for (auto GTI = begin, GTE = end; GTI != GTE; ++GTI) { in accumulateConstantOffset() local
215 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this); in collectOffset() local
H A DDataLayout.cpp926 GTE = gep_type_end(ElemTy, Indices); in getIndexedOffsetInType() local
H A DConstants.cpp2492 auto GTI = gep_type_begin(Ty, Idxs), GTE = gep_type_end(Ty, Idxs); in getGetElementPtr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h497 GTE, ///< Signed greater than or equal comparison (result is either 0 or enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1423 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in accumulateGEPOffset() local
H A DValueTracking.cpp2414 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP); in isGEPKnownNonNull() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5688 for (auto GTI = llvm::gep_type_begin(GEP), GTE = llvm::gep_type_end(GEP); in EmitGEPOffsetInBytes() local