Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2391 auto areMatchingArrayAndVecTypes = [](Type *ArrTy, Type *VecTy, in visitGetElementPtrInst() local
2400 areMatchingArrayAndVecTypes(GEPEltType, SrcEltType, DL)) || in visitGetElementPtrInst()
2402 areMatchingArrayAndVecTypes(SrcEltType, GEPEltType, DL)))) { in visitGetElementPtrInst()