OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WideWidth
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
529
unsigned
WideWidth
= Trunc.getSrcTy()->getScalarSizeInBits();
563
APInt HiBitMask = ~APInt::getLowBitsSet(
WideWidth
, MaxShiftAmountWidth);
601
APInt HiBitMask = APInt::getHighBitsSet(
WideWidth
,
WideWidth
- NarrowWidth);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
9915
unsigned
WideWidth
= WideVT.getScalarSizeInBits();
9919
SetCCWidth != 1 && SetCCWidth <
WideWidth
&&
20032
unsigned
WideWidth
= WideBVT.getSizeInBits();
20034
if (
WideWidth
% NarrowWidth != 0)
20039
unsigned NarrowingRatio =
WideWidth
/ NarrowWidth;
Completed in 32 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026