Home
last modified time | relevance | path

Searched refs:switchval (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Thumb/
Dragreedy-implicit-def.ll43 %switchval = call i32 @otherfn(i32 %val)
44 switch i32 %switchval, label %default [
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout8737 SValue switchval;
8742 switchval = *vtop--;
8759 if ((switchval.type.t & 0x000f) == 4)
8760 switchval.type.t &= ~0x0010;
8761 vpushv(&switchval);
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c142 LLVMValueRef switchval) in lp_exec_switch() argument
164 ctx->switch_val = switchval; in lp_exec_switch()