Home | History | Annotate | Download | only in X86

Lines Matching full:dyn_cast

272   if (const ConstantInt *CI = dyn_cast<ConstantInt>(Val)) {
325 if (const Instruction *I = dyn_cast<Instruction>(V)) {
334 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(V)) {
339 if (PointerType *Ty = dyn_cast<PointerType>(V->getType()))
378 if (const ConstantInt *CI = dyn_cast<ConstantInt>(U->getOperand(1))) {
402 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
412 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Op)) {
467 if (const GlobalValue *GV = dyn_cast<GlobalValue>(V)) {
472 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV))
576 if (const Instruction *I = dyn_cast<Instruction>(V)) {
579 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(V)) {
604 if (const GlobalValue *GV = dyn_cast<GlobalValue>(V)) {
619 if (const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV))
842 if (const ConstantInt *Op1C = dyn_cast<ConstantInt>(Op1)) {
981 if (const CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition())) {
1050 } else if (TruncInst *TI = dyn_cast<TruncInst>(BI->getCondition())) {
1464 if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(CI))
1571 if (ConstantInt *CI = dyn_cast<ConstantInt>(ArgVal)) {