Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64PBQPRegAlloc.cpp36 bool isOdd(unsigned reg) { in isOdd() function
148 return isOdd(reg1) == isOdd(reg2); in haveSameParity()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp4345 bool isOdd = Comp == "odd"; in getEncodedElementAccess() local
4356 else if (isOdd) in getEncodedElementAccess()