Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2253 CallInst *Call0 = Builder.CreateCall(II->getCalledFunction(), {LHS}); in visitCallInst() local
2255 return SelectInst::Create(Cond, Call0, Call1); in visitCallInst()