Searched refs:Const8 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2079 SDValue Const8 = DAG.getConstant(8, DL, MVT::i16); in LowerBITCAST() local 2082 {Extend0, DAG.getNode(ISD::SHL, DL, MVT::i16, {Extend1, Const8})}); in LowerBITCAST() 5849 SDValue Const8 = DAG.getConstant(8, DL, MVT::i16); in ReplaceBITCAST() local 5852 DAG.getNode(ISD::SRL, DL, MVT::i16, {AsInt, Const8})); in ReplaceBITCAST()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 9072 const MCExpr *Const8 = MCConstantExpr::create(8, getContext()); in processInstruction() local 9073 const MCExpr *ReadPC = MCBinaryExpr::createAdd(InstPC, Const8, in processInstruction()
|