Searched refs:srcSizeInBits (Results 1 – 1 of 1) sorted by relevance
2542 size_t srcSizeInBits = VectorOrPrimitiveTypeSizeInBits(srcTy); in CreateShadowCast() local2544 if (srcSizeInBits > 1 && dstSizeInBits == 1) in CreateShadowCast()2553 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits)); in CreateShadowCast()