Searched refs:IsSupportedVT (Results 1 – 1 of 1) sorted by relevance
2233 bool IsSupportedVT = false; in getLegalZfaFPImm() local2235 IsSupportedVT = Subtarget.hasStdExtZfh() || Subtarget.hasStdExtZvfh(); in getLegalZfaFPImm()2237 IsSupportedVT = true; in getLegalZfaFPImm()2240 IsSupportedVT = true; in getLegalZfaFPImm()2243 if (!IsSupportedVT) in getLegalZfaFPImm()