OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZB_Max
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
MathExtras.h
33
ZB_Max
,
180
/// \param ZB the behavior on an input of 0. Only
ZB_Max
and ZB_Undefined are
185
findFirstSet(T Val, ZeroBehavior ZB =
ZB_Max
) {
186
if (ZB ==
ZB_Max
&& Val == 0)
196
findFirstSet(T Val, ZeroBehavior ZB =
ZB_Max
) LLVM_DELETED_FUNCTION;
203
/// \param ZB the behavior on an input of 0. Only
ZB_Max
and ZB_Undefined are
208
findLastSet(T Val, ZeroBehavior ZB =
ZB_Max
) {
209
if (ZB ==
ZB_Max
&& Val == 0)
222
findLastSet(T Val, ZeroBehavior ZB =
ZB_Max
) LLVM_DELETED_FUNCTION;
/external/llvm/lib/Support/
APInt.cpp
[
all
...]
Completed in 1181 milliseconds