Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp71 bool isCommuted() const { in isCommuted() function
241 if (Fold.isCommuted()) in updateOperand()
899 } else if (Fold.isCommuted()) { in foldInstOperand()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c99861 int isCommuted /* The comparison has been commuted */
99868 if( isCommuted ){
100083 int isCommuted = ExprHasProperty(pExpr,EP_Commuted);
100115 codeCompare(pParse, pL, pR, opx, r1, r2, dest, p5, isCommuted);