Searched refs:Constant1 (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
D | LegalizerHelperTest.cpp | 967 Register Constant1 = B.buildConstant(S16, 2).getReg(0); in TEST_F() local 968 auto BV0 = B.buildBuildVector(V2S16, {Constant0, Constant1}); in TEST_F() 969 auto BV1 = B.buildBuildVector(V2S16, {Constant0, Constant1}); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3693 SDValue Constant1 = DAG.getConstant(1, dl, VTy); in LowerINTRINSIC_WO_CHAIN() local 3697 SDValue SHLHi = DAG.getNode(ISD::SHL, dl, VTy, XORHi, Constant1); in LowerINTRINSIC_WO_CHAIN() 3698 SDValue ORHi = DAG.getNode(ISD::OR, dl, VTy, SHLHi, Constant1); in LowerINTRINSIC_WO_CHAIN()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3909 SDValue Constant1 = DAG.getConstant(1, dl, VTy); in LowerINTRINSIC_WO_CHAIN() local 3913 SDValue SHLHi = DAG.getNode(ISD::SHL, dl, VTy, XORHi, Constant1); in LowerINTRINSIC_WO_CHAIN() 3914 SDValue ORHi = DAG.getNode(ISD::OR, dl, VTy, SHLHi, Constant1); in LowerINTRINSIC_WO_CHAIN()
|