Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2233 bool IsSupportedVT = false; in getLegalZfaFPImm() local
2235 IsSupportedVT = Subtarget.hasStdExtZfh() || Subtarget.hasStdExtZvfh(); in getLegalZfaFPImm()
2237 IsSupportedVT = true; in getLegalZfaFPImm()
2240 IsSupportedVT = true; in getLegalZfaFPImm()
2243 if (!IsSupportedVT) in getLegalZfaFPImm()