Searched refs:UnwrapCast (Results 1 – 1 of 1) sorted by relevance
938 auto UnwrapCast = [](Value *V) -> Value * { in identifyDotProduct() local971 A0 = UnwrapCast(A0); in identifyDotProduct()972 A1 = UnwrapCast(A1); in identifyDotProduct()992 AReal = UnwrapCast(AReal); in identifyDotProduct()993 AImag = UnwrapCast(AImag); in identifyDotProduct()994 BReal = UnwrapCast(BReal); in identifyDotProduct()995 BImag = UnwrapCast(BImag); in identifyDotProduct()