Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CondV

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