Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp4650 const FuncTy &BranchGenFunc) { in EmitConditionalBlocks() argument
4664 Info.LHS = BranchGenFunc(CGF, E->getTrueExpr()); in EmitConditionalBlocks()
4674 Info.RHS = BranchGenFunc(CGF, E->getFalseExpr()); in EmitConditionalBlocks()