Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18463 EVT OtherOpVT = OtherOp.getValueType(); in tryFoldSelectIntoOp() local
18465 DAG.getNeutralElement(Opc, DL, OtherOpVT, N->getFlags()); in tryFoldSelectIntoOp()
18467 IdentityOperand = DAG.getConstant(0, DL, OtherOpVT); in tryFoldSelectIntoOp()
18473 DAG.getSelect(DL, OtherOpVT, N->getOperand(0), OtherOp, IdentityOperand); in tryFoldSelectIntoOp()