Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp115 bool add(llvm::Constant *C, CharUnits Offset, bool AllowOverwrite);
118 bool addBits(llvm::APInt Bits, uint64_t OffsetInBits, bool AllowOverwrite);
143 bool AllowOverwrite) { in add() argument
170 assert((FirstElemToReplace == LastElemToReplace || AllowOverwrite) && in add()
181 bool AllowOverwrite) { in addBits() argument
220 OffsetInChars, AllowOverwrite); in addBits()
260 assert((!(CI->getValue() & UpdateMask) || AllowOverwrite) && in addBits()
568 llvm::Constant *InitExpr, bool AllowOverwrite = false);
571 bool AllowOverwrite = false);
574 llvm::ConstantInt *InitExpr, bool AllowOverwrite = false);
[all …]