Searched refs:UnderlyingObject (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | Lint.cpp | 397 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local 398 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference() 400 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference() 402 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference() 403 !cast<ConstantInt>(UnderlyingObject)->isMinusOne(), in visitMemoryReference() 405 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference() 406 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference() 410 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject)) in visitMemoryReference() 413 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference() 414 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct 109 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument 116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 959 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 969 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 989 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
|