Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Operator

46 #include "llvm/IR/Operator.h"
172 bool operator<(const Slice &RHS) const {
181 friend LLVM_ATTRIBUTE_UNUSED bool operator<(const Slice &LHS,
185 friend LLVM_ATTRIBUTE_UNUSED bool operator<(uint64_t LHSOffset,
190 bool operator==(const Slice &RHS) const {
194 bool operator!=(const Slice &RHS) const { return !operator==(RHS); }
1498 if (Operator::getOpcode(Ptr) == Instruction::BitCast) {
1499 Ptr = cast<Operator>(Ptr)->getOperand(0);