Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9188 unsigned ExtScale = 1; in LowerCONCAT_VECTORS_i1() local
9191 ExtScale = 2; in LowerCONCAT_VECTORS_i1()
9195 DAG.getIntPtrConstant(i * ExtScale, dl)); in LowerCONCAT_VECTORS_i1()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25411 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits; in combineTruncationShuffle() local
25435 if (isTruncate(ExtScale)) in combineTruncationShuffle()