Searched refs:switchval (Results 1 – 3 of 3) sorted by relevance
43 %switchval = call i32 @otherfn(i32 %val)44 switch i32 %switchval, label %default [
8737 SValue switchval;8742 switchval = *vtop--;8759 if ((switchval.type.t & 0x000f) == 4)8760 switchval.type.t &= ~0x0010;8761 vpushv(&switchval);
142 LLVMValueRef switchval) in lp_exec_switch() argument164 ctx->switch_val = switchval; in lp_exec_switch()