Home | History | Annotate | Download | only in Utils

Lines Matching defs:BinExpr

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