ΒΆbool isOffsetSuitableForCodeModel(
    int64_t Offset,
    CodeModel::Model M,
    bool hasSymbolicDisplacement)

Description

Returns true of the given offset can be fit into displacement field of the instruction.

Declared at: llvm/lib/Target/X86/X86ISelLowering.h:900

Parameters

int64_t Offset
CodeModel::Model M
bool hasSymbolicDisplacement