Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4880 unsigned IdentityIndex = i * Op.getValueType().getVectorMinNumElements(); in foldCONCAT_VECTORS() local
4884 Op.getConstantOperandVal(1) != IdentityIndex) { in foldCONCAT_VECTORS()
H A DDAGCombiner.cpp21277 unsigned IdentityIndex = i * PartNumElem; in visitCONCAT_VECTORS() local
21278 if (Op.getConstantOperandAPInt(1) != IdentityIndex) in visitCONCAT_VECTORS()