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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h615 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits(); local
616 return (BitWidth + RegWidth - 1) / RegWidth;

Completed in 117 milliseconds