Home | History | Annotate | Download | only in Analysis

Lines Matching full:vce

388   if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue()))
389 if (VCE->getOpcode() == Instruction::PtrToInt)
390 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0)))
405 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue()))
406 if (VCE->getOpcode() == Instruction::PtrToInt)
407 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0)))
430 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue()))
431 if (VCE->getOpcode() == Instruction::PtrToInt)
432 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0)))