Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8854 auto ExractInto = [&DAG, &dl](SDValue NewV, SDValue ConVec, unsigned &j) { in LowerCONCAT_VECTORS_i1() local
8866 ConVec = ExractInto(NewV1, ConVec, j); in LowerCONCAT_VECTORS_i1()
8867 ConVec = ExractInto(NewV2, ConVec, j); in LowerCONCAT_VECTORS_i1()