Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp1727 Register Constant0 = B.buildConstant(S16, 1).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 DARMISelLowering.cpp4093 SDValue Constant0 = DAG.getConstant(0, dl, VTy); in LowerINTRINSIC_WO_CHAIN() local
4104 DAG.getSetCC(dl, MVT::i1, Hi, Constant0, ISD::CondCode::SETEQ); in LowerINTRINSIC_WO_CHAIN()