Searched refs:Exp2Imm (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1458 SDValue Exp2Imm; local
1474 Exp2Imm =
1481 if (!Exp2Imm.getNode()) {
1489 Exp2Imm = getBuildVectorSplat(VecTy, Imm, BigEndian, DAG);
1491 Exp2Imm = DAG.getNode(ISD::SHL, DL, VecTy, DAG.getConstant(1, DL, VecTy),
1492 Exp2Imm);
1495 return DAG.getNode(Opc, DL, VecTy, Op->getOperand(1), Exp2Imm);

Completed in 47 milliseconds