Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Operator

16 #include "llvm/Operator.h"
54 if (const Operator *U = dyn_cast<Operator>(V)) {
67 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul))
84 if (Operator::getOpcode(V) != Instruction::IntToPtr)