Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Operator

32 #include "llvm/IR/Operator.h"
108 if (const Operator *U = dyn_cast<Operator>(V)) {
121 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul &&
150 if (Operator::getOpcode(V) == Instruction::IntToPtr) {
739 /// this operator w/ push_back().
740 ValueType &operator[](const SUList &Key) {
746 MapVector::operator[](V).push_back(SU);
1119 raw_ostream &llvm::operator<<(raw_ostream &OS, const PseudoSourceValue* PSV) {
1706 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) {