Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Opnd

215     Value *Opnd = Inst->getOperand(Idx);
216 if (auto CastInst = dyn_cast<Instruction>(Opnd))
321 Value *Opnd = Inst->getOperand(Idx);
324 if (auto ConstInt = dyn_cast<ConstantInt>(Opnd)) {
330 if (auto CastInst = dyn_cast<Instruction>(Opnd)) {
345 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) {
479 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx);
482 if (isa<ConstantInt>(Opnd)) {
491 if (auto CastInst = dyn_cast<Instruction>(Opnd)) {
513 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) {