Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Operator

69 #include "llvm/Operator.h"
457 bool operator()(const SCEV *LHS, const SCEV *RHS) const {
1457 bool operator()(const APInt &LHS, const APInt &RHS) const {
3595 Operator *U = cast<Operator>(V);
3616 U = cast<Operator>(Op);
3633 U = cast<Operator>(Op);
3783 if (Operator *L = dyn_cast<Operator>(U->getOperand(0)))