Searched refs:In3 (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | expand-select.ll | 4 define void @foo(i32 %In1, <2 x i128> %In2, <2 x i128> %In3, <2 x i128> *%Out) { 24 %res = select i1 %cbool, <2 x i128> %In2, <2 x i128> %In3 31 define void @bar(i32 %In1, <2 x i96> %In2, <2 x i96> %In3, <2 x i96> *%Out) { 57 %res = select i1 %cbool, <2 x i96> %In2, <2 x i96> %In3
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
| H A D | path.factory.pass.cpp | 34 const auto In3 = In2.begin(); in main() local 49 path p = fs::u8path(In3, In3End); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/ |
| H A D | GLRTest.cpp | 454 const auto *In3 = GSStack.addNode(1, Brace3, {In2}); in TEST_F() local 458 glrRecover({In3}, TokenIndex, {Tokens, Arena, GSStack}, TestLang, NewHeads); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 4631 SDValue In1, In2, In3, In4; in ExpandIntRes_FunnelShift() local 4632 GetExpandedInteger(N->getOperand(0), In3, In4); in ExpandIntRes_FunnelShift() 4655 SDValue Select2 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In2, In3); in ExpandIntRes_FunnelShift() 4656 SDValue Select3 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In3, In4); in ExpandIntRes_FunnelShift()
|