Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FillVal

3843     SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) :
3847 Ops[i] = FillVal;
3867 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) :
3870 Ops[Idx] = FillVal;