Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6382 bool isSlctCC = Slct.getOpcode() == ISD::SELECT_CC; in combineSelectAndUse() local
6383 SDValue LHS = isSlctCC ? Slct.getOperand(2) : Slct.getOperand(1); in combineSelectAndUse()
6384 SDValue RHS = isSlctCC ? Slct.getOperand(3) : Slct.getOperand(2); in combineSelectAndUse()
6387 if (isSlctCC) { in combineSelectAndUse()
6408 EVT OpVT = isSlctCC ? Op0.getValueType() : in combineSelectAndUse()
6422 if (isSlctCC) in combineSelectAndUse()