reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1543 assert(ShadowTy); 1544 if (isa<IntegerType>(ShadowTy) || isa<VectorType>(ShadowTy)) 1544 if (isa<IntegerType>(ShadowTy) || isa<VectorType>(ShadowTy)) 1545 return Constant::getAllOnesValue(ShadowTy); 1546 if (ArrayType *AT = dyn_cast<ArrayType>(ShadowTy)) { 1551 if (StructType *ST = dyn_cast<StructType>(ShadowTy)) {