Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h208 ConstantIntVal, // This is an instance of ConstantInt enumerator
DConstants.h222 return V->getValueID() == ConstantIntVal; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h257 return V->getValueID() == ConstantIntVal; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp278 case Value::ConstantIntVal: { in cmpConstants()
/external/llvm/include/llvm/IR/
DConstants.h246 return V->getValueID() == ConstantIntVal; in classof()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp697 case Value::ConstantIntVal: { in cmpConstants()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp362 : Constant(Ty, ConstantIntVal, 0, 0), Val(V) { in ConstantInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp573 : ConstantData(Ty, ConstantIntVal), Val(V) { in ConstantInt()
/external/llvm/lib/IR/
DConstants.cpp504 : ConstantData(Ty, ConstantIntVal), Val(V) { in ConstantInt()