Home | History | Annotate | Download | only in CodeGen

Lines Matching full:condv

1275   llvm::Value *CondV = EmitScalarExpr(S.getCond());
1282 SwitchInsn = Builder.CreateSwitch(CondV, DefaultBlock);