Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15903 SDValue IdentityOperand = in tryFoldSelectIntoOp() local
15906 IdentityOperand = DAG.getConstant(0, DL, OtherOpVT); in tryFoldSelectIntoOp()
15907 assert(IdentityOperand && "No identity operand!"); in tryFoldSelectIntoOp()
15910 std::swap(OtherOp, IdentityOperand); in tryFoldSelectIntoOp()
15912 DAG.getSelect(DL, OtherOpVT, N->getOperand(0), OtherOp, IdentityOperand); in tryFoldSelectIntoOp()