Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BinaryOperator

2512       SrcField = BinaryOperator::CreateShl(SrcField, ShiftVal, "", LI);
2518 ResultVal = BinaryOperator::CreateOr(SrcField, ResultVal, "", LI);