HomeSort by: relevance | last modified time | path
    Searched refs:UnderlyingObject (Results 1 - 3 of 3) sorted by relevancy

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

Completed in 68 milliseconds