Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46131 bool SelectableLHS = SelectableOp(LHS); in combineSelect() local
46136 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()
46137 EVT SrcVT = SelectableLHS ? LHS.getOperand(0).getValueType() in combineSelect()