Home
last modified time | relevance | path

Searched refs:ConstantIntVal (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/include/llvm/IR/
HDValue.h203 ConstantIntVal, // This is an instance of ConstantInt enumerator
HDConstants.h224 return V->getValueID() == ConstantIntVal; in classof()
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRInterpreter.cpp220 case Value::ConstantIntVal: in ResolveConstantValue()
/trueos/contrib/llvm/lib/IR/
HDConstants.cpp434 : Constant(Ty, ConstantIntVal, 0, 0), Val(V) { in ConstantInt()