Home
last modified time | relevance | path

Searched defs:isBinary (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h208 bool isBinary() const { in isBinary() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp253 static bool isBinary(MachineInstr &MI) { in isBinary() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d3106 enum isBinary = false; variable
3112 enum isBinary = true; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1270 bool isBinary, bool isPrecise = false) { in optimizeDoubleFP()