Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp251 if (PartEVT == ValueVT) in getCopyFromParts()
255 ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()
392 if (PartEVT == ValueVT) in getCopyFromPartsVector()
395 if (PartEVT.isVector()) { in getCopyFromPartsVector()
410 PartEVT = in getCopyFromPartsVector()
415 if (PartEVT == ValueVT) in getCopyFromPartsVector()
495 EVT PartEVT = PartVT; in getCopyToParts() local
496 if (PartEVT == ValueVT) { in getCopyToParts()
543 if (PartEVT != ValueVT) { in getCopyToParts()
653 EVT PartEVT = PartVT; in getCopyToPartsVector() local
[all …]