HomeSort by relevance Sort by last modified time
    Searched refs:UnderlyingObject (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
Lint.cpp 380 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true);
381 Assert(!isa<ConstantPointerNull>(UnderlyingObject),
383 Assert(!isa<UndefValue>(UnderlyingObject),
385 Assert(!isa<ConstantInt>(UnderlyingObject) ||
386 !cast<ConstantInt>(UnderlyingObject)->isAllOnesValue(),
388 Assert(!isa<ConstantInt>(UnderlyingObject) ||
389 !cast<ConstantInt>(UnderlyingObject)->isOne(),
393 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject))
396 Assert(!isa<Function>(UnderlyingObject) &&
397 !isa<BlockAddress>(UnderlyingObject),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 373 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true);
374 Assert1(!isa<ConstantPointerNull>(UnderlyingObject),
376 Assert1(!isa<UndefValue>(UnderlyingObject),
378 Assert1(!isa<ConstantInt>(UnderlyingObject) ||
379 !cast<ConstantInt>(UnderlyingObject)->isAllOnesValue(),
381 Assert1(!isa<ConstantInt>(UnderlyingObject) ||
382 !cast<ConstantInt>(UnderlyingObject)->isOne(),
386 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject))
389 Assert1(!isa<Function>(UnderlyingObject) &&
390 !isa<BlockAddress>(UnderlyingObject),
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 90 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> {
91 UnderlyingObject(ValueType V, bool MayAlias)
96 typedef SmallVector<UnderlyingObject, 4> UnderlyingObjectsVector;
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]

Completed in 1129 milliseconds