Home
last modified time | relevance | path

Searched refs:InSVT (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/ispc/ispc-1.16.1/llvm_patches/
H A D6_0_bug1381.patch12 - EVT InSVT = InVT.getScalarType();
17 - if (InVT.isVector() && (InSVT == MVT::i8 || InSVT == MVT::i16)) {
26 - EVT InSVT = InVT.getScalarType();
32 - (InSVT == MVT::i8 || InSVT == MVT::i16 ||
33 - (InSVT == MVT::i1 && !DAG.getTargetLoweringInfo().isTypeLegal(InVT)))) {
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp19244 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
19249 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
35471 EVT InSVT = InVT.getScalarType(); in combineTruncateWithSat() local
35482 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
36579 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
36645 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
36662 if (InSVT == MVT::i32) in combineVectorTruncation()
36689 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
36696 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
37700 EVT InSVT = InVT.getScalarType(); in combineToExtendVectorInReg() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp20301 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
20306 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
37095 EVT InSVT = InVT.getScalarType(); in combineTruncateWithSat() local
37107 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
38210 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
38276 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
38293 if (InSVT == MVT::i32) in combineVectorTruncation()
38320 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
38327 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
39364 EVT InSVT = InVT.getScalarType(); in combineToExtendVectorInReg() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp21013 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
21018 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
39327 EVT InSVT = InVT.getScalarType(); in combineTruncateWithSat() local
39339 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
40604 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
40605 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
40622 if (InSVT == MVT::i32) in combineVectorTruncation()
40649 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
40656 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
41786 EVT InSVT = InVT.getScalarType(); in combineToExtendVectorInReg() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp22447 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
22452 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
41047 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
41079 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
41084 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
42127 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
42128 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
42145 if (InSVT == MVT::i32) in combineVectorTruncation()
42172 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
42179 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22447 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
22452 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
41021 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
41053 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
41058 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
42101 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
42102 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
42119 if (InSVT == MVT::i32) in combineVectorTruncation()
42146 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
42153 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22447 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
22452 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
41047 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
41079 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
41084 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
42127 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
42128 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
42145 if (InSVT == MVT::i32) in combineVectorTruncation()
42172 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
42179 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23639 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
23644 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
44339 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
44371 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
44376 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
45589 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
45590 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
45607 if (InSVT == MVT::i32) in combineVectorTruncation()
45634 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
45641 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23916 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
23921 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
44723 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
44755 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
44760 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
46013 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
46014 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
46031 if (InSVT == MVT::i32) in combineVectorTruncation()
46058 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
46065 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23916 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
23921 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
44723 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
44755 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
44760 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
46013 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
46014 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
46031 if (InSVT == MVT::i32) in combineVectorTruncation()
46058 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
46065 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24162 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
24167 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
45492 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
45524 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
45529 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
46814 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
46815 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
46830 if (InSVT == MVT::i32) in combineVectorTruncation()
46857 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
46864 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23320 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
23325 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
43521 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
43553 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
43558 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
44662 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
44663 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
44680 if (InSVT == MVT::i32) in combineVectorTruncation()
44707 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
44714 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp24162 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
24167 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
45492 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
45524 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
45529 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
46814 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
46815 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
46830 if (InSVT == MVT::i32) in combineVectorTruncation()
46857 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
46864 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp23320 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
23325 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
43550 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
43582 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
43587 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
44724 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
44725 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
44742 if (InSVT == MVT::i32) in combineVectorTruncation()
44769 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
44776 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24156 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
24161 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
45509 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
45541 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
45546 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
46831 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
46832 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
46847 if (InSVT == MVT::i32) in combineVectorTruncation()
46874 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
46881 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24162 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
24167 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
45492 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
45524 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
45529 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
46814 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
46815 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
46830 if (InSVT == MVT::i32) in combineVectorTruncation()
46857 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
46864 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24162 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
24167 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
45492 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
45524 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
45529 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
46814 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
46815 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
46830 if (InSVT == MVT::i32) in combineVectorTruncation()
46857 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
46864 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24719 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
24724 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
46630 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
46662 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
46667 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
48112 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
48113 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
48128 if (InSVT == MVT::i32) in combineVectorTruncation()
48155 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
48162 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4370 EVT InSVT = Op.getValueType().getScalarType();
4375 ScalarOps.push_back(getUNDEF(InSVT));
4386 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT))
4387 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp);
H A DLegalizeVectorTypes.cpp2648 EVT InSVT = InVT.getVectorElementType();
2669 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp,
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5026 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
5031 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
5042 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
5043 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5026 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
5031 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
5042 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
5043 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5026 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
5031 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
5042 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
5043 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4932 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
4937 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
4948 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
4949 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4717 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
4722 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
4733 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
4734 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()

123