Searched refs:ConstantValue (Results 1 – 6 of 6) sorted by relevance
240 APValue &ConstantValue,
862 APValue *ConstantValue) const;
163 Value *ConstantValue = getIncomingValue(0); in hasConstantValue() local165 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) { in hasConstantValue()166 if (ConstantValue != this) in hasConstantValue()169 ConstantValue = getIncomingValue(i); in hasConstantValue()171 if (ConstantValue == this) in hasConstantValue()173 return ConstantValue; in hasConstantValue()
302 APValue &ConstantValue, in getNarrowingKind() argument336 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()356 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) { in getNarrowingKind()358 assert(ConstantValue.isFloat()); in getNarrowingKind()359 llvm::APFloat FloatVal = ConstantValue.getFloat(); in getNarrowingKind()429 ConstantValue = APValue(InitializerValue); in getNarrowingKind()
6285 APValue ConstantValue; in DiagnoseNarrowingInInitList() local6287 switch (SCS->getNarrowingKind(S.Context, PostInit, ConstantValue, in DiagnoseNarrowingInInitList()6317 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
16469 (KJS::ConstantValues::init): NaN is no longer a ConstantValue