HomeSort by relevance Sort by last modified time
    Searched full:no_branch (Results 1 - 2 of 2) sorted by null

  /external/llvm/test/CodeGen/X86/
switch-default-only.ll 5 ; CHECK-LABEL: no_branch:
9 define void @no_branch(i32 %x) {
  /external/boringssl/src/crypto/bn/
div.c 122 int no_branch = 0; local
134 no_branch = 1;
142 if (!no_branch && BN_ucmp(num, divisor) < 0) {
179 if (no_branch) {
226 res->top = loop - no_branch;
234 if (!no_branch) {
372 if (no_branch) {

Completed in 313 milliseconds