OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBinary
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h
56
/// isNullary(), \see isUnary(), and \see
isBinary
() predicates exist for
208
bool
isBinary
() const {
229
!LHS.twine->
isBinary
())
232
!RHS.twine->
isBinary
())
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCReduceCRLogicals.cpp
253
static bool
isBinary
(MachineInstr &MI) {
361
unsigned
IsBinary
: 1;
371
CRLogicalOpInfo() : MI(nullptr),
IsBinary
(0), IsNullary(0),
438
dbgs() << "
IsBinary
: " <<
IsBinary
<< ", FeedsISEL: " << FeedsISEL;
448
if (
IsBinary
)
479
if (
isBinary
(MIParam)) {
480
Ret.
IsBinary
= 1;
516
if (Ret.
IsBinary
)
521
if (Ret.
IsBinary
&& Ret.ContainedInBlock && Ret.SingleUse)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
1270
bool
isBinary
, bool isPrecise = false) {
1288
V[1] =
isBinary
? valueHasFloatPrecision(CI->getArgOperand(1)) : nullptr;
1289
if (!V[0] || (
isBinary
&& !V[1]))
1317
R =
isBinary
? B.CreateCall(Fn, V) : B.CreateCall(Fn, V[0]);
1320
R =
isBinary
? emitBinaryFloatFnCall(V[0], V[1], CalleeName, B, CalleeAttrs)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
sorting.d
3106
enum
isBinary
= false;
3112
enum
isBinary
= true;
3162
static if (
isBinary
)
Completed in 43 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026