Home
last modified time | relevance | path

Searched refs:HANDLE_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValue.def35 #ifndef HANDLE_CONSTANT
67 HANDLE_CONSTANT(BlockAddress)
68 HANDLE_CONSTANT(ConstantExpr)
71 HANDLE_CONSTANT(ConstantArray)
72 HANDLE_CONSTANT(ConstantStruct)
73 HANDLE_CONSTANT(ConstantVector)
76 HANDLE_CONSTANT(UndefValue)
78 HANDLE_CONSTANT(ConstantDataArray)
80 HANDLE_CONSTANT(ConstantInt)
81 HANDLE_CONSTANT(ConstantFP)
[all …]
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp368 #define HANDLE_CONSTANT(Name) \ in destroyConstant() macro
2822 #define HANDLE_CONSTANT(Name) \ in handleOperandChange() macro