Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2138 bool NeedBitCast = !TheCall->use_empty() && TheCall->getType() != NewRetTy; in InlineFunction() local
2149 if (!NeedBitCast) in InlineFunction()