Home | History | Annotate | Download | only in Utils

Lines Matching refs:Operator

40 #include "llvm/IR/Operator.h"
131 bool operator<(ValueEqualityComparisonCase RHS) const {
136 bool operator==(BasicBlock *RHSDest) const { return Dest == RHSDest; }
416 operator=(const ConstantComparesGatherer &) = delete;
881 bool operator()(const ConstantInt *LHS, const ConstantInt *RHS) const {
2259 // Cond is known to be a compare or binary operator. Check to make sure that
2547 return Operator::getOpcode(&I) == Instruction::BitCast &&