Searched refs:isConstant (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp997 *VD, CGM.getLLVMLinkageVarDefinition(VD, /*isConstant=*/false));
1020 E->getType().isConstant(CGM.getContext()),
H A DCGObjCMac.cpp2112 if (capture.isConstant()) continue;
2610 if (capture.isConstant()) continue;
H A DCGDebugInfo.cpp3217 if (captureInfo.isConstant())
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1535 if (PSV->isConstant(MFI))
/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1774 if (GV->isConstant())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp67 bool QualType::isConstant(QualType T, ASTContext &Ctx) { function in class:QualType
72 return AT->getElementType().isConstant(Ctx);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp625 bool IsConstant = Type.isConstant(SemaRef.getASTContext());
1292 else if (VD->getType().isConstant(SemaRef.getASTContext()))
6680 bool IsConstant = ElemType.isConstant(Context);
7330 if (Type.getNonReferenceType().isConstant(Context)) {
7700 if (QType.isConstant(Context)) {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2117 bool isConstant = true;
2125 isConstant = false;
2144 if (isConstant) {
H A DSelectionDAG.cpp3009 if (BV->isConstant()) {
3359 (Op.getOpcode() == ISD::CONDCODE) || (BV && BV->isConstant());
7300 bool BuildVectorSDNode::isConstant() const { function in class:BuildVectorSDNode
H A DDAGCombiner.cpp4368 if (N1CV && N1CV->isConstant()) {
4374 if (N01CV && N01CV->isConstant() && N00.getOpcode() == ISD::SETCC &&
7268 bool isSimple = cast<BuildVectorSDNode>(N0)->isConstant();
8425 if (!(isConstOrConstSplatFP(N00) || (BV00 && BV00->isConstant()))) {
8429 (BV1 && BV01 && BV1->isConstant() && BV01->isConstant())) {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1068 if (!GV->hasUnnamedAddr() || !GV->hasInitializer() || !GV->isConstant() ||
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2481 if (Call->getNumArgs() >= 4 && Call->getArgSVal(4).isConstant(0))
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1729 bool isConstant() const;
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp265 (GVar && GVar->isConstant() && GV->hasLocalLinkage()))
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp727 if (GVSrc->isConstant()) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1073 if (isa<GlobalVariable>(*i) && cast<GlobalVariable>(*i)->isConstant())
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1102 if (!GV || !GV->isConstant()) return -1;
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1008 nl(Out) << "/*isConstant=*/" << (GV->isConstant()?"true":"false");
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6214 bool isConstant = true; local
6225 isConstant = false;
6250 if (!isConstant) {
6305 if (isConstant)
6320 if (!isConstant && !usesOnlyOneValue) {
7502 if (!BV->isConstant())
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5497 bool isConstant = true; local
5510 isConstant = false;
5539 if (!isConstant) {
5595 if (isConstant && Val.getNode())
5603 if (isConstant)
5634 if (!isConstant && !usesOnlyOneValue) {
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3466 bool isConstant = Record[1] & 1;
3508 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, nullptr, "", nullptr,
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp713 Vals.push_back(GV.getType()->getAddressSpace() << 2 | 2 | GV.isConstant());
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2418 Out << (GV->isConstant() ? "constant " : "global ");
H A DCore.cpp1588 return unwrap<GlobalVariable>(GlobalVar)->isConstant();
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp2923 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer())

Completed in 689 milliseconds

1234