Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9195 int64_t RawConstVal = cast<ConstantSDNode>(ConstVal)->getSExtValue(); in lowerSELECT() local
9197 if (RawConstVal == -0x800) { in lowerSELECT()
9206 if (isInt<12>(RawConstVal)) { in lowerSELECT()