Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44799 bool SelectableLHS = SelectableOp(LHS); in combineSelect() local
44804 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()
44805 EVT SrcVT = SelectableLHS ? LHS.getOperand(0).getValueType() in combineSelect()