Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp8275 auto ExractInto = [&DAG, &dl](SDValue NewV, SDValue ConVec, unsigned &j) { in LowerCONCAT_VECTORS_i1() local
8287 ConVec = ExractInto(NewV1, ConVec, j); in LowerCONCAT_VECTORS_i1()
8288 ConVec = ExractInto(NewV2, ConVec, j); in LowerCONCAT_VECTORS_i1()