Home
last modified time | relevance | path

Searched refs:BaseOfs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5261 unsigned BaseOfs = Op.getConstantOperandVal(1) * VT.getScalarSizeInBits(); in getTargetConstantBitsFromNode() local
5262 unsigned BaseIdx = BaseOfs / EltSizeInBits; in getTargetConstantBitsFromNode()
5265 (BaseOfs % EltSizeInBits) == 0 && "Bad subvector index"); in getTargetConstantBitsFromNode()