Searched refs:ConstantValue (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h230 APValue &ConstantValue,
H A DInitialization.h967 /// *isInitializerConstant is set to true, *ConstantValue will be set to the
971 APValue *ConstantValue) const;
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DInstructions.cpp144 Value *ConstantValue = getIncomingValue(0); local
146 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) {
147 if (ConstantValue != this)
150 ConstantValue = getIncomingValue(i);
152 if (ConstantValue == this)
154 return ConstantValue;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp281 /// \param ConstantValue If this is an NK_Constant_Narrowing conversion, the
288 APValue &ConstantValue,
333 ConstantValue = APValue(IntConstantValue);
353 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) {
355 assert(ConstantValue.isFloat());
356 llvm::APFloat FloatVal = ConstantValue.getFloat();
421 ConstantValue = APValue(InitializerValue);
286 getNarrowingKind(ASTContext &Ctx, const Expr *Converted, APValue &ConstantValue, QualType &ConstantType) const argument
H A DSemaInit.cpp7579 APValue ConstantValue; local
7581 switch (SCS->getNarrowingKind(S.Context, PostInit, ConstantValue,
7607 << ConstantValue.getAsString(S.getASTContext(), ConstantType)
H A DSemaChecking.cpp6657 enum ConstantValue { LT_Zero, Zero, One, GT_One, SizeOfConstVal }; enum
6681 enum ConstantValue ConstVal = Zero;
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6217 SDValue ConstantValue; local
6229 if (!ConstantValue.getNode())
6230 ConstantValue = V;
6231 else if (ConstantValue != V)
6288 SDValue Val = DAG.getNode(AArch64ISD::DUP, dl, VT, ConstantValue);

Completed in 303 milliseconds