Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp258 if (PartEVT == ValueVT) in getCopyFromParts()
262 ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()
410 if (PartEVT == ValueVT) in getCopyFromPartsVector()
413 if (PartEVT.isVector()) { in getCopyFromPartsVector()
427 PartEVT = in getCopyFromPartsVector()
432 if (PartEVT == ValueVT) in getCopyFromPartsVector()
527 EVT PartEVT = PartVT; in getCopyToParts() local
528 if (PartEVT == ValueVT) { in getCopyToParts()
576 if (PartEVT != ValueVT) { in getCopyToParts()
696 EVT PartEVT = PartVT; in getCopyToPartsVector() local
[all …]