Home
last modified time | relevance | path

Searched refs:GlobalVariableVal (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DGlobalObject.h70 V->getValueID() == Value::GlobalVariableVal; in classof()
DGlobalVariable.h174 return V->getValueID() == Value::GlobalVariableVal; in classof()
DValue.h332 GlobalVariableVal, // This is an instance of GlobalVariable enumerator
660 return Val.getValueID() == Value::GlobalVariableVal;
DGlobalValue.h352 V->getValueID() == Value::GlobalVariableVal || in classof()
/external/llvm/lib/IR/
DGlobals.cpp146 : GlobalObject(PointerType::get(Ty, AddressSpace), Value::GlobalVariableVal, in GlobalVariable()
164 : GlobalObject(PointerType::get(Ty, AddressSpace), Value::GlobalVariableVal, in GlobalVariable()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp603 case Value::GlobalVariableVal: in cmpConstants()