Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1181 gep_type_iterator GTIB = gep_type_begin(GEPB); in getConstantOffsetComplexAddrs() local
1183 if (GTIA.getOperand() != GTIB.getOperand()) in getConstantOffsetComplexAddrs()
1186 ++GTIB; in getConstantOffsetComplexAddrs()
1190 Instruction *OpB = dyn_cast<Instruction>(GTIB.getOperand()); in getConstantOffsetComplexAddrs()