Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11877 static SDValue foldVectorXorShiftIntoCmp(SDNode *N, SelectionDAG &DAG, in foldVectorXorShiftIntoCmp() function
11993 return foldVectorXorShiftIntoCmp(N, DAG, Subtarget); in performXorCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45045 static SDValue foldVectorXorShiftIntoCmp(SDNode *N, SelectionDAG &DAG, in foldVectorXorShiftIntoCmp() function
47179 if (SDValue Cmp = foldVectorXorShiftIntoCmp(N, DAG, Subtarget)) in combineXor()