Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6781 for (auto UserAndIndex : Users) { in combineLOAD() local
6782 SDNode *User = UserAndIndex.first; in combineLOAD()
6783 unsigned Offset = User->getValueType(0).getStoreSize() * UserAndIndex.second; in combineLOAD()