Home | History | Annotate | Download | only in IPA

Lines Matching refs:dyn_cast

258     ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
261 OpC = dyn_cast<ConstantInt>(SimpleOp);
267 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
366 Constant *COp = dyn_cast<Constant>(I.getOperand(0));
394 Constant *COp = dyn_cast<Constant>(I.getOperand(0));
430 Constant *COp = dyn_cast<Constant>(I.getOperand(0));
460 Constant *COp = dyn_cast<Constant>(I.getOperand(0));
477 Constant *COp = dyn_cast<Constant>(Operand);
502 if (Constant *CLHS = dyn_cast<Constant>(LHS))
503 if (Constant *CRHS = dyn_cast<Constant>(RHS))
637 Constant *C = dyn_cast<Constant>(I.getAggregateOperand());
651 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand());
654 Constant *InsertedC = dyn_cast<Constant>(I.getInsertedValueOperand());
686 Constant *C = dyn_cast<Constant>(*I);
721 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(CS.getInstruction())) {
868 if (GEPOperator *GEP = dyn_cast<GEPOperator>(V)) {
874 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
956 if (InvokeInst *II = dyn_cast<InvokeInst>(Instr)) {
998 if (Constant *C = dyn_cast<Constant>(CAI))
1079 if (BranchInst *BI = dyn_cast<BranchInst>(TI)) {
1088 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) {