Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isa

174   if (isa<Constant>(Op) || isa<AllocaInst>(Op))
184 if (!Ty || isa<FunctionType>(Ty->getElementType()))
514 if (isa<CallInst>(V) || isa<InvokeInst>(V) ||
515 isa<Argument>(V) || isa<Constant>(V) ||
516 isa<AllocaInst>(V))
1003 if (isa<StoreInst>(Ur)) {
1010 if (isa<CallInst>(Ur))
1013 if (isa<PtrToIntInst>(P))
1055 if (isa<LoadInst>(B))
1059 if (BIsIdentified && isa<LoadInst>(A))
1918 return isa<ConstantPointerNull>(V) || isa<UndefValue>(V);
1922 return isa<BitCastInst>(I) ||
1923 (isa<GetElementPtrInst>(I) &&
2002 if (isa<ReturnInst>(I) || GetBasicInstructionClass(I) == IC_RetainRV)
2004 if (isa<BitCastInst>(I))
2814 bool KnownSafe = isa<Constant>(Arg);
2820 isa<AllocaInst>(Arg))
3711 if (!isa<Instruction>(Arg) && !isa<Argument>(Arg))
3755 else if (isa<GEPOperator>(Arg) &&
3758 else if (isa<GlobalAlias>(Arg) &&