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

  /external/llvm/include/llvm/IR/
GlobalVariable.h 197 return V->getValueID() == Value::GlobalVariableVal;
Value.h 193 GlobalVariableVal, // This is an instance of GlobalVariable
386 return Val.getValueID() == Value::GlobalVariableVal;
GlobalValue.h 302 V->getValueID() == Value::GlobalVariableVal ||
  /external/llvm/lib/IR/
Globals.cpp 90 Value::GlobalVariableVal,
111 Value::GlobalVariableVal,
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 674 case Value::GlobalVariableVal: {
    [all...]

Completed in 744 milliseconds