Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FillVal

4182     SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) :
4186 Ops[i] = FillVal;
4206 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) :
4209 Ops[Idx] = FillVal;