Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp1304 const ConstantInt *Const32 = ConstantInt::get(Int32Ty, 32); in trySelect() local
1306 CurDAG->getConstant(*Const32, DL, MVT::i32), in trySelect()
1307 CurDAG->getConstant(*Const32, DL, MVT::i32), in trySelect()
DMipsISelLowering.cpp2722 SDValue Const32 = DAG.getConstant(32, DL, MVT::i32); in lowerLOAD() local
2723 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD()
2724 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32); in lowerLOAD()