Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp281 Constant *Evaluator::castCallResultIfNeeded(Type *ReturnType, Constant *RV) { in castCallResultIfNeeded() function in Evaluator
524 InstResult = castCallResultIfNeeded(CB.getType(), C); in EvaluateBlock()
548 InstResult = castCallResultIfNeeded(CB.getType(), RetVal); in EvaluateBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h129 Constant *castCallResultIfNeeded(Type *ReturnType, Constant *RV);