Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45996 bool SelectableLHS = SelectableOp(LHS); in combineSelect() local
46001 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()
46002 EVT SrcVT = SelectableLHS ? LHS.getOperand(0).getValueType() in combineSelect()