Searched defs:APValue (Results 1 – 12 of 12) sorted by relevance
28 class APValue; variable
32 class APValue; variable
31 class APValue; variable
56 class APValue; global() variable
43 class APValue; variable 1071 enum class ConstantResultStorageKind { None, Int64, APValue }; enumerator 1085 size_t numTrailingObjects(OverloadToken<APValue>) cons argument [all...]
81 APInt APValue = APIntFromVal(Val); hasLargeInts() local 749 APInt APValue; createInt() local
311 APValue::APValue(const APValue &RHS) : Kind(None) { APValue() function in APValue 382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { APValue() function in APValue [all...]
590 case APValue::Int: in dumpAPValueChildren() argument [all...]
221 llvm::APInt APValue = llvm::APInt(C.getTypeSize(Ty), Value); in makeIntegerLiteral() local
44 class APValue; variable