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

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1213 // Get the right SDVal for the opcode.
1214 SDValue SDVal = CurDAG->getTargetConstant(BitPos, dl, MVT::i32); local
1218 N->getOperand(0), SDVal);
1245 SubregLO, SDVal);
1252 SDVal = CurDAG->getTargetConstant(BitPos-32, dl, MVT::i32);
1254 SubregHI, SDVal);

Completed in 156 milliseconds