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