Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandFp.cpp140 BasicBlock *IfEnd = in expandFPToI() local
176 Builder.CreateCondBr(Cmp, End, IfEnd); in expandFPToI()
179 Builder.SetInsertPoint(IfEnd); in expandFPToI()
344 BasicBlock *IfEnd = in expandIToFP() local
370 Builder.CreateCondBr(Cmp, End, IfEnd); in expandIToFP()
373 Builder.SetInsertPoint(IfEnd); in expandIToFP()