Home
last modified time | relevance | path

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

/external/valgrind/none/tests/arm64/
Dfp_and_simd.c27 enum { TyHF=1234, TySF, TyDF, TyB, TyH, TyS, TyD, TyNONE } enumerator
549 randV128(&block[0], TyB); in test_UMINV()
550 randV128(&block[1], TyB); in test_UMINV()
566 randV128(&block[0], TyB); in test_UMINV()
567 randV128(&block[1], TyB); in test_UMINV()
642 randV128(&block[0], TyB); in test_UMAXV()
643 randV128(&block[1], TyB); in test_UMAXV()
659 randV128(&block[0], TyB); in test_UMAXV()
660 randV128(&block[1], TyB); in test_UMAXV()
870 block[1].u64[0] = randULong(TyB); in test_INS_general()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2348 Type *TyA = A->getType(), *TyB = B->getType(); in ProcessUMulZExtIdiom() local
2350 WidthB = TyB->getPrimitiveSizeInBits(); in ProcessUMulZExtIdiom()
2355 MulType = TyB; in ProcessUMulZExtIdiom()