Home | History | Annotate | Download | only in Utils

Lines Matching refs:BinExpr

1109       BinaryOperator *BinExpr = cast<BinaryOperator>(Op1);
1110 return B.CreateCall(Callee, BinExpr->getOperand(1), "cos");