Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DDAGCombiner.cpp7217 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND() local
7221 CombineTo(N, ZExtLoad); in visitAND()
7222 AddToWorklist(ZExtLoad.getNode()); in visitAND()
14053 if (SDValue ZExtLoad = CombineZExtLogicopShiftLoad(N)) in visitZERO_EXTEND() local
14054 return ZExtLoad; in visitZERO_EXTEND()