Home
last modified time | relevance | path

Searched refs:isCommuted (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp65 bool isCommuted() const { in isCommuted() function
294 if (Fold.isCommuted()) in updateOperand()
1297 } else if (Fold.isCommuted()) { in foldInstOperand()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c108855 int isCommuted /* The comparison has been commuted */
108862 if( isCommuted ){
109098 int isCommuted = ExprHasProperty(pExpr,EP_Commuted);
109133 codeCompare(pParse, pL, pR, opx, r1, r2, addrDone, p5, isCommuted);