Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Operator

45 #include "llvm/IR/Operator.h"
154 bool operator<(const Slice &RHS) const {
167 friend LLVM_ATTRIBUTE_UNUSED bool operator<(const Slice &LHS,
171 friend LLVM_ATTRIBUTE_UNUSED bool operator<(uint64_t LHSOffset,
176 bool operator==(const Slice &RHS) const {
180 bool operator!=(const Slice &RHS) const { return !operator==(RHS); }
543 bool operator==(const partition_iterator &RHS) const {
563 partition_iterator &operator++() {
568 Partition &operator*() { return P; }
1552 if (Operator::getOpcode(Ptr) == Instruction::BitCast) {
1553 Ptr = cast<Operator>(Ptr)->getOperand(0);