Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2285 bool IsSupportedVT = false; in getLegalZfaFPImm() local
2287 IsSupportedVT = Subtarget.hasStdExtZfh() || Subtarget.hasStdExtZvfh(); in getLegalZfaFPImm()
2289 IsSupportedVT = true; in getLegalZfaFPImm()
2292 IsSupportedVT = true; in getLegalZfaFPImm()
2295 if (!IsSupportedVT) in getLegalZfaFPImm()