Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7789 const ConstantFPSDNode *FPFV = dyn_cast<ConstantFPSDNode>(FalseV); in lowerSELECT() local
7790 if (FPTV && FPFV) { in lowerSELECT()
7791 if (FPTV->isExactlyValue(1.0) && FPFV->isExactlyValue(0.0)) in lowerSELECT()
7793 if (FPTV->isExactlyValue(0.0) && FPFV->isExactlyValue(1.0)) { in lowerSELECT()