Home
last modified time | relevance | path

Searched refs:isBinary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
214 bool isBinary() const {
235 !LHS.twine->isBinary()) in isValid()
238 !RHS.twine->isBinary()) in isValid()
210 bool isBinary() const { isBinary() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp253 static bool isBinary(MachineInstr &MI) { in isBinary() function
480 if (isBinary(MIParam)) { in createCRLogicalOpInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1888 bool isBinary, const TargetLibraryInfo *TLI, in optimizeDoubleFP() argument
1907 V[1] = isBinary ? valueHasFloatPrecision(CI->getArgOperand(1)) : nullptr; in optimizeDoubleFP()
1908 if (!V[0] || (isBinary && !V[1])) in optimizeDoubleFP()
1936 R = isBinary ? B.CreateCall(Fn, V) : B.CreateCall(Fn, V[0]); in optimizeDoubleFP()
1939 R = isBinary ? emitBinaryFloatFnCall(V[0], V[1], TLI, CalleeName, B, in optimizeDoubleFP()