Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5843 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND() local
5847 CombineTo(N, ZExtLoad); in visitAND()
5848 AddToWorklist(ZExtLoad.getNode()); in visitAND()
11450 if (SDValue ZExtLoad = CombineZExtLogicopShiftLoad(N)) in visitZERO_EXTEND() local
11451 return ZExtLoad; in visitZERO_EXTEND()