Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dshift-amount-reassociation-with-truncation-shl.ll5 ; (trunc (x << Q) to iDst) << K
7 ; (trunc (x << (Q+K)) to iDst) iff (Q+K) u< iDst
Dshift-amount-reassociation-with-truncation-lshr.ll5 ; (trunc (iSrc x l>> Q) to iDst) l>> K
7 ; (trunc (iSrc x l>> (Q+K)) to iDst)
Dshift-amount-reassociation-with-truncation-ashr.ll5 ; (trunc (iSrc x a>> Q) to iDst) a>> K
7 ; (trunc (iSrc x a>> (Q+K)) to iDst)
/external/freetype/src/psaux/
Dpshints.c751 CF2_UInt iDst = isPair ? hintmap->count + 1 : hintmap->count; in cf2_hintmap_insertHint() local
756 if ( iDst >= CF2_MAX_HINT_EDGES ) in cf2_hintmap_insertHint()
763 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()