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.cpp15902 EVT OtherOpVT = OtherOp.getValueType(); in tryFoldSelectIntoOp()
15904 DAG.getNeutralElement(Opc, DL, OtherOpVT, N->getFlags()); in tryFoldSelectIntoOp()
15906 IdentityOperand = DAG.getConstant(0, DL, OtherOpVT); in tryFoldSelectIntoOp()
15912 DAG.getSelect(DL, OtherOpVT, N->getOperand(0), OtherOp, IdentityOperand);
15899 EVT OtherOpVT = OtherOp.getValueType(); tryFoldSelectIntoOp() local