Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:getInt64

591 // getInt64(N).
663 // See comments in getInt64 for an explanation of the logic below.
755 static SDNode *getInt64(SelectionDAG *CurDAG, const SDLoc &dl, int64_t Imm) {
812 static SDNode *getInt64(SelectionDAG *CurDAG, SDNode *N) {
817 return getInt64(CurDAG, dl, Imm);
1710 TotalVal = SDValue(getInt64(CurDAG, dl, Mask), 0);
1855 SDValue MaskVal = SDValue(getInt64(CurDAG, dl, Mask), 0);
2445 ReplaceNode(N, getInt64(CurDAG, N));