Searched refs:isBinary (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h56 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
208 bool isBinary() const { function in class:llvm::Twine
229 !LHS.twine->isBinary())
232 !RHS.twine->isBinary())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp253 static bool isBinary(MachineInstr &MI) { function
479 if (isBinary(MIParam)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1270 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)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d3106 enum isBinary = false;
3112 enum isBinary = true;
3162 static if (isBinary)

Completed in 208 milliseconds