Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp596 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack() local
604 WideConstant.extractBits(32, ByteOffset * 8).getZExtValue())); in initStack()
608 WideConstant.extractBits(16, ByteOffset * 8).getZExtValue())); in initStack()
614 WideConstant.extractBits(8, ByteOffset * 8).getZExtValue())); in initStack()