Searched refs:ExtCond (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 46247 if (SDValue ExtCond = combineToExtendBoolVectorInReg( in combineSelect() local 46249 ExtCond = DAG.getNode(ISD::TRUNCATE, DL, CondVT, ExtCond); in combineSelect() 46250 return DAG.getSelect(DL, VT, ExtCond, LHS, RHS); in combineSelect() 56980 SDValue ExtCond = extract128BitVector(Sel.getOperand(0), ExtIdx, DAG, DL); in narrowExtractedVectorSelect() local 56983 SDValue NarrowSel = DAG.getSelect(DL, NarrowSelVT, ExtCond, ExtT, ExtF); in narrowExtractedVectorSelect()
|