reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1763 assert(canConvertValue(DL, OldTy, NewTy) && "Value not convertable to type"); 1857 if (!canConvertValue(DL, SliceTy, LTy)) 1867 if (!canConvertValue(DL, STy, SliceTy)) 2037 !canConvertValue(DL, AllocaTy, LI->getType())) { 2062 !canConvertValue(DL, ValueTy, AllocaTy)) { 2103 if (!canConvertValue(DL, AllocaTy, IntTy) || 2104 !canConvertValue(DL, IntTy, AllocaTy)) 2514 (canConvertValue(DL, NewAllocaTy, TargetTy) || 2684 (canConvertValue(DL, V->getType(), NewAllocaTy) || 2792 return canConvertValue(DL, SrcTy, AllocaTy) &&