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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2997 unsigned NumBytesForCalleeToPop; local
3000 NumBytesForCalleeToPop = NumBytes; // Callee pops everything
3008 NumBytesForCalleeToPop = 4;
3010 NumBytesForCalleeToPop = 0; // Callee pops nothing.
3016 DAG.getIntPtrConstant(NumBytesForCalleeToPop,

Completed in 221 milliseconds