Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1936 NoCFIValue *&NewNC = getContext().pImpl->NoCFIValues[GV]; in handleOperandChangeImpl() local
1937 if (NewNC) in handleOperandChangeImpl()
1938 return llvm::ConstantExpr::getBitCast(NewNC, getType()); in handleOperandChangeImpl()
1941 NewNC = this; in handleOperandChangeImpl()