Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7226 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND() local
7230 CombineTo(N, ZExtLoad); in visitAND()
7231 AddToWorklist(ZExtLoad.getNode()); in visitAND()
13820 if (SDValue ZExtLoad = CombineZExtLogicopShiftLoad(N)) in visitZERO_EXTEND() local
13821 return ZExtLoad; in visitZERO_EXTEND()