Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13635 ConstantSDNode *CondRHSC = isConstOrConstSplat(CondRHS); in combineTruncSelectToSMaxUSat()
13636 if (!CondRHSC || CondRHSC->getAPIntValue() != (1ULL << ScalarBits)) in combineTruncSelectToSMaxUSat()
13632 ConstantSDNode *CondRHSC = isConstOrConstSplat(CondRHS); combineTruncSelectToSMaxUSat() local