Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp65 bool isCommuted() const { in isCommuted() function
295 if (Fold.isCommuted()) in updateOperand()
1319 } else if (Fold.isCommuted()) { in foldInstOperand()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c102031 int isCommuted /* The comparison has been commuted */
102038 if( isCommuted ){
102273 int isCommuted = ExprHasProperty(pExpr,EP_Commuted);
102308 codeCompare(pParse, pL, pR, opx, r1, r2, addrDone, p5, isCommuted);