Searched refs:NewN1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14049 if (SDValue NewN1 = rebuildSetCC(N1))
14051 ChainHandle.getValue(), NewN1, N2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13073 SDValue NewN1 = DCI.DAG.getLogicalNOT(DL, N1, VT); local
13074 SDValue And = DCI.DAG.getNode(ISD::AND, DL, VT, NewN0, NewN1);

Completed in 191 milliseconds