Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Operator

33 #include "llvm/IR/Operator.h"
1170 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
1171 V = cast<Operator>(V)->getOperand(0);