Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp540 static BranchInst *createCondBranch(Value *Cond, VPBasicBlock *VPBB, in createCondBranch() function
681 auto *Br = createCondBranch(Cond, getParent(), State); in generate()
690 return createCondBranch(Cond, getParent(), State); in generate()