reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1052 bool IsNonPtrConst = isa<ConstantInt>(V) || isa<ConstantFP>(V) || 1052 bool IsNonPtrConst = isa<ConstantInt>(V) || isa<ConstantFP>(V) || 1053 isa<ConstantPointerNull>(V) || 1054 isa<ConstantDataVector>(V) || isa<UndefValue>(V); 1054 isa<ConstantDataVector>(V) || isa<UndefValue>(V); 1061 if (const Argument *A = dyn_cast<Argument>(V)) { 1072 if (!isa<Argument>(V) && 1073 !isIdentifiedFunctionLocal(const_cast<Value*>(V)))