Home | History | Annotate | Download | only in Analysis

Lines Matching refs:dyn_cast

60   if (const Argument *A = dyn_cast<Argument>(V))
164 if (BinaryOperator *BOp = dyn_cast<BinaryOperator>(V)) {
165 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) {
243 const Operator *Op = dyn_cast<Operator>(V);
246 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
260 const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op);
264 if (const Instruction *I = dyn_cast<Instruction>(V))
296 if (StructType *STy = dyn_cast<StructType>(*GTI++)) {
306 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
409 if (const Instruction *inst = dyn_cast<Instruction>(V))
412 if (const Argument *arg = dyn_cast<Argument>(V))
564 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(V)) {
576 if (const SelectInst *SI = dyn_cast<SelectInst>(V)) {
584 if (const PHINode *PN = dyn_cast<PHINode>(V)) {
666 if (const CallInst *CI = dyn_cast<CallInst>(CS.getInstruction()))
704 const IntrinsicInst *II = dyn_cast<IntrinsicInst>(CS.getInstruction());
711 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2)))
730 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) {
797 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2)))
853 if (const GEPOperator *GEP2 = dyn_cast<GEPOperator>(V2)) {
1026 if (const SelectInst *SI2 = dyn_cast<SelectInst>(V2))
1061 if (const PHINode *PN2 = dyn_cast<PHINode>(V2))
1162 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1))
1165 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2))
1231 if (const GEPOperator *GV1 = dyn_cast<GEPOperator>(V1)) {
1241 if (const PHINode *PN = dyn_cast<PHINode>(V1)) {
1252 if (const SelectInst *S1 = dyn_cast<SelectInst>(V1)) {