Searched refs:Constant1 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | LegalizerHelperTest.cpp | 1728 Register Constant1 = B.buildConstant(S16, 2).getReg(0); in TEST_F() local 1729 auto BV0 = B.buildBuildVector(V2S16, {Constant0, Constant1}); in TEST_F() 1730 auto BV1 = B.buildBuildVector(V2S16, {Constant0, Constant1}); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 4094 SDValue Constant1 = DAG.getConstant(1, dl, VTy); in LowerINTRINSIC_WO_CHAIN() local 4098 SDValue SHLHi = DAG.getNode(ISD::SHL, dl, VTy, XORHi, Constant1); in LowerINTRINSIC_WO_CHAIN() 4099 SDValue ORHi = DAG.getNode(ISD::OR, dl, VTy, SHLHi, Constant1); in LowerINTRINSIC_WO_CHAIN()
|