Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLint.cpp392 Value *UnderlyingObject = in visitMemoryReference() local
394 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
396 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
398 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
399 !cast<ConstantInt>(UnderlyingObject)->isAllOnesValue(), in visitMemoryReference()
401 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
402 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
406 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject)) in visitMemoryReference()
409 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
410 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
[all …]