OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BVal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp
2144
uint32_t
BVal
= B->getZExtValue();
2147
if (0 <
BVal
&&
BVal
<= CVal && CVal < 32) {
2151
ReplaceNode(N, getS_BFE(Opcode, SDLoc(N), Shl.getOperand(0), CVal -
BVal
,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
268
const APInt *
BVal
, *CVal;
269
if (!match(B, m_APInt(
BVal
)) || !match(C, m_APInt(CVal)))
274
(void)
BVal
->sadd_ov(*CVal, Overflow);
276
(void)
BVal
->ssub_ov(*CVal, Overflow);
Completed in 63 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026