Searched refs:ConstantValue (Results 1 – 6 of 6) sorted by relevance
239 APValue &ConstantValue,
840 APValue *ConstantValue) const;
162 Value *ConstantValue = getIncomingValue(0); in hasConstantValue() local164 if (getIncomingValue(i) != ConstantValue) in hasConstantValue()166 return ConstantValue; in hasConstantValue()
296 APValue &ConstantValue, in getNarrowingKind() argument330 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()350 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) { in getNarrowingKind()352 assert(ConstantValue.isFloat()); in getNarrowingKind()353 llvm::APFloat FloatVal = ConstantValue.getFloat(); in getNarrowingKind()396 ConstantValue = APValue(InitializerValue); in getNarrowingKind()
6046 APValue ConstantValue; in DiagnoseNarrowingInInitList() local6048 switch (SCS->getNarrowingKind(S.Context, PostInit, ConstantValue, in DiagnoseNarrowingInInitList()6078 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
16469 (KJS::ConstantValues::init): NaN is no longer a ConstantValue