Searched refs:dstSizeInBits (Results 1 – 1 of 1) sorted by relevance
2543 size_t dstSizeInBits = VectorOrPrimitiveTypeSizeInBits(dstTy); in CreateShadowCast() local2544 if (srcSizeInBits > 1 && dstSizeInBits == 1) in CreateShadowCast()2555 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()