Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2029 NoCFIValue *&NewNC = getContext().pImpl->NoCFIValues[GV]; in handleOperandChangeImpl() local
2030 if (NewNC) in handleOperandChangeImpl()
2031 return llvm::ConstantExpr::getBitCast(NewNC, getType()); in handleOperandChangeImpl()
2034 NewNC = this; in handleOperandChangeImpl()