Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp284 EVT PartEVT = Val.getValueType(); in getCopyFromParts() local
286 if (PartEVT == ValueVT) in getCopyFromParts()
290 ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()
303 if (ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()
416 if (PartEVT == ValueVT) in getCopyFromPartsVector()
419 if (PartEVT.isVector()) { in getCopyFromPartsVector()
509 EVT PartEVT = PartVT; in getCopyToParts() local
510 if (PartEVT == ValueVT) { in getCopyToParts()
557 if (PartEVT != ValueVT) { in getCopyToParts()
657 EVT PartEVT = PartVT; in getCopyToPartsVector() local
[all …]