Searched refs:SrcIsZero (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 7940 SDValue SrcIsZero = DAG.getSetCC(dl, SetCCVT, Op, Zero, ISD::SETEQ); in expandCTLZ() local 7941 return DAG.getSelect(dl, VT, SrcIsZero, in expandCTLZ() 7989 SDValue SrcIsZero = DAG.getSetCC(dl, SetCCVT, Op, Zero, ISD::SETEQ); in expandCTTZ() local 7990 return DAG.getSelect(dl, VT, SrcIsZero, in expandCTTZ()
|
| H A D | SelectionDAG.cpp | 7435 const bool SrcIsZero = ConstantSrc && ConstantSrc->isZero(); in getMemset() local 7447 if (SrcIsZero && BzeroName) { in getMemset()
|