Lines Matching defs:Opnd
178 Value *Opnd = Inst->getOperand(Idx);
179 if (auto CastInst = dyn_cast<Instruction>(Opnd))
459 Value *Opnd = Inst->getOperand(Idx);
462 if (auto ConstInt = dyn_cast<ConstantInt>(Opnd)) {
468 if (auto CastInst = dyn_cast<Instruction>(Opnd)) {
483 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) {
783 Value *Opnd = Adj->User.Inst->getOperand(Adj->User.OpndIdx);
786 if (isa<ConstantInt>(Opnd)) {
795 if (auto CastInst = dyn_cast<Instruction>(Opnd)) {
817 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) {