Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2427 static Instruction *narrowVectorSelect(ShuffleVectorInst &Shuf, in narrowVectorSelect() function
2876 if (Instruction *I = narrowVectorSelect(SVI, Builder)) in visitShuffleVectorInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45563 static SDValue narrowVectorSelect(SDNode *N, SelectionDAG &DAG, const SDLoc &DL, in narrowVectorSelect() function
46300 if (SDValue V = narrowVectorSelect(N, DAG, DL, Subtarget)) in combineSelect()