Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5813 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND() local
5817 CombineTo(N, ZExtLoad); in visitAND()
5818 AddToWorklist(ZExtLoad.getNode()); in visitAND()
11253 if (SDValue ZExtLoad = CombineZExtLogicopShiftLoad(N)) in visitZERO_EXTEND() local
11254 return ZExtLoad; in visitZERO_EXTEND()