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

  /external/llvm/include/llvm/IR/
GlobalVariable.h 170 return V->getValueID() == Value::GlobalVariableVal;
GlobalObject.h 128 V->getValueID() == Value::GlobalVariableVal;
GlobalValue.h 509 V->getValueID() == Value::GlobalVariableVal ||
Value.h 752 return Val.getValueID() == Value::GlobalVariableVal;
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalVariable.h 162 return V->getValueID() == Value::GlobalVariableVal;
Value.h 203 GlobalVariableVal, // This is an instance of GlobalVariable
371 return Val.getValueID() == Value::GlobalVariableVal;
GlobalValue.h 285 V->getValueID() == Value::GlobalVariableVal ||
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Globals.cpp 87 Value::GlobalVariableVal,
106 Value::GlobalVariableVal,
  /external/llvm/lib/IR/
Globals.cpp 224 : GlobalObject(Ty, Value::GlobalVariableVal,
242 : GlobalObject(Ty, Value::GlobalVariableVal,

Completed in 58 milliseconds