Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11156 static std::pair<SDValue, SDValue> splitInt128(SDValue N, SelectionDAG &DAG) { in splitInt128() function
11238 auto Desired = splitInt128(N->getOperand(2), DAG); in ReplaceCMP_SWAP_128Results()
11239 auto New = splitInt128(N->getOperand(3), DAG); in ReplaceCMP_SWAP_128Results()