Searched refs:BV2 (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc28 typedef BasicBitVector<> BV2; typedef
112 BasicTest<BV2>();
159 RemoveEdges<BV2>();
216 Test_isReachable<BV2>();
260 LongCycle<BV2>();
300 ShortestPath<BV2>();
338 RunAddEdgesTest<BV2>();
H A Dsanitizer_deadlock_detector_test.cc28 typedef BasicBitVector<> BV2; typedef
132 RunBasicTest<BV2>();
238 RunRemoveNodeTest<BV2>();
283 RunMultipleEpochsTest<BV2>();
317 RunCorrectEpochFlush<BV2>();
344 RunTryLockTest<BV2>();
382 RunOnFirstLockTest<BV2>();
412 RunRecusriveLockTest<BV2>();
450 RunLockContextTest<BV2>();
/external/icu/icu4c/source/layout/
H A DThaiShaping.h37 BV2 = 9, enumerator in enum:ThaiShaping::__anon21957
H A DThaiStateTables.cpp22 /*0E30*/ FV1, AV2, FV1, FV1, AV1, AV3, AV2, AV3, BV1, BV2, BDI, NON, NON, NON, NON, NON,
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2755 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1, local
2758 BV2->insertBefore(IBeforeJ ? J : I);
2759 return BV2;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2965 BuildVectorSDNode *BV2 = dyn_cast<BuildVectorSDNode>(Cst2); local
2966 if (!BV1 || !BV2)
2969 assert(BV1->getNumOperands() == BV2->getNumOperands() && "Out of sync!");
2973 ConstantSDNode *V2 = dyn_cast<ConstantSDNode>(BV2->getOperand(I));

Completed in 143 milliseconds