Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Operator

81 #include "llvm/IR/Operator.h"
463 bool operator()(const SCEV *LHS, const SCEV *RHS) const {
1483 bool operator()(const APInt &LHS, const APInt &RHS) const {
3728 Operator *U = cast<Operator>(V);
3749 U = cast<Operator>(Op);
3766 U = cast<Operator>(Op);
3923 if (Operator *L = dyn_cast<Operator>(U->getOperand(0)))