Home
last modified time | relevance | path

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

/external/clang/test/FixIt/
Dfixit-function-call.cpp78 void dbcaller(A *ptra, B *ptrb, C &c, B &refb) { in dbcaller() argument
83 br(ptrb); // good in dbcaller()
/external/llvm/test/CodeGen/AMDGPU/
Dsetcc.ll345 …32_eq(<3 x i32> addrspace(1)* %out, <3 x i32> addrspace(1)* %ptra, <3 x i32> addrspace(1)* %ptrb) {
348 %gep.b = getelementptr <3 x i32>, <3 x i32> addrspace(1)* %ptrb, i32 %tid
366 …@v3i8_eq(<3 x i8> addrspace(1)* %out, <3 x i8> addrspace(1)* %ptra, <3 x i8> addrspace(1)* %ptrb) {
369 %gep.b = getelementptr <3 x i8>, <3 x i8> addrspace(1)* %ptrb, i32 %tid
/external/opencv3/modules/ml/src/
Ddata.cpp801 int* ptrb = trainIdx; in shuffleTrainTest() local
810 ptrb = testIdx; in shuffleTrainTest()
814 std::swap(ptra[a], ptrb[b]); in shuffleTrainTest()