Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Operator

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