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.cpp9240 unsigned ExtScale = 1; in LowerCONCAT_VECTORS_i1() local
9243 ExtScale = 2; in LowerCONCAT_VECTORS_i1()
9247 DAG.getIntPtrConstant(i * ExtScale, dl)); in LowerCONCAT_VECTORS_i1()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26487 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits; in combineTruncationShuffle() local
26511 if (isTruncate(ExtScale)) in combineTruncationShuffle()