Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5787 unsigned ConstOpNo; in combineMulSelectConstOne() local
5789 ConstOpNo = 1; in combineMulSelectConstOne()
5791 ConstOpNo = 2; in combineMulSelectConstOne()
5795 SDValue Y = Select->getOperand((ConstOpNo == 1) ? 2 : 1); in combineMulSelectConstOne()
5804 (ConstOpNo == 1) ? X : NewMul, in combineMulSelectConstOne()
5805 (ConstOpNo == 1) ? NewMul : X); in combineMulSelectConstOne()