Home
last modified time | relevance | path

Searched refs:UnwrapCast (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp938 auto UnwrapCast = [](Value *V) -> Value * { in identifyDotProduct() local
971 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()