Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16557 static std::pair<SDValue, SDValue> splitInt128(SDValue N, SelectionDAG &DAG) { in splitInt128() function
16673 auto Desired = splitInt128(N->getOperand(2), DAG); in ReplaceCMP_SWAP_128Results()
16674 auto New = splitInt128(N->getOperand(3), DAG); in ReplaceCMP_SWAP_128Results()