Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6519 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND() local
6523 CombineTo(N, ZExtLoad); in visitAND()
6524 AddToWorklist(ZExtLoad.getNode()); in visitAND()
12897 if (SDValue ZExtLoad = CombineZExtLogicopShiftLoad(N)) in visitZERO_EXTEND() local
12898 return ZExtLoad; in visitZERO_EXTEND()