Searched refs:isConstant (Results 1 - 25 of 108) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h102 if ((isConstant() || isNotConstant()) && !Other.isConstant() &&
155 bool isConstant() const { return Tag == constant; } function in class:llvm::ValueLatticeElement
161 assert(isConstant() && "Cannot get the constant of a non-constant!");
177 if (isConstant() && isa<ConstantInt>(getConstant())) {
188 if (isConstant() || isNotConstant())
209 if (isConstant()) {
284 if (RHS.isConstant())
297 if (isConstant()) {
298 if (RHS.isConstant()
[all...]
H A DObjCARCAnalysisUtils.h227 if (GV->isConstant())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp28 if (GV->isConstant() || !GV->hasLocalLinkage() ||
H A DLoopUnrollAnalyzer.cpp105 if (!GV || !GV->hasDefinitiveInitializer() || !GV->isConstant())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp42 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { function in class:PseudoSourceValue
60 bool FixedStackPseudoSourceValue::isConstant( function in class:FixedStackPseudoSourceValue
86 bool CallEntryPseudoSourceValue::isConstant(const MachineFrameInfo *) const { function in class:CallEntryPseudoSourceValue
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp43 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp48 if (!RV.isConstant() || RV.isZeroConstant())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h82 virtual bool isConstant(const MachineFrameInfo *) const;
106 bool isConstant(const MachineFrameInfo *MFI) const override;
122 bool isConstant(const MachineFrameInfo *) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h54 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
60 GlobalVariable(Module &M, Type *Ty, bool isConstant,
153 bool isConstant() const { return isConstantGlobal; } function in class:llvm::GlobalVariable
H A DMDBuilder.h164 bool isConstant = false);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h49 bool isConstant() const { function in struct:llvm::KnownBits
57 assert(isConstant() && "Can only get value when all bits are known");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp112 bool isConstant() const { function in class:__anon2751::LatticeVal
119 assert(isConstant() && "Cannot get the constant of a non-constant!");
160 if (isConstant())
168 if (isConstant())
182 if (isConstant())
775 // 3. If V <- x (op) y && isConstant(x) && isConstant(y) V = Constant
877 else if (OpSt.isConstant()) {
965 if (TVal.isConstant() && FVal.isConstant()
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp222 bool SVal::isConstant() const { function in class:SVal
226 bool SVal::isConstant(int I) const { function in class:SVal
235 return isConstant(0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp102 if (GV->isConstant())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h172 bool isConstant() const { return !isIndex(); } function in class:clang::CodeGen::CGBlockInfo::Capture
192 assert(isConstant());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp78 if (GV->isConstant())
178 if (GVar->isConstant()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp135 if (EmbeddedData && GVA->isConstant())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp48 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(),
H A DCloneModule.cpp65 I->isConstant(), I->getLinkage(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp81 GV.isConstant(), GlobalValue::PrivateLinkage,
H A DConstantMerge.cpp98 return !GV->isConstant() || !GV->hasDefinitiveInitializer() ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp182 bool isConstant) {
183 if (isConstant) {
181 createTBAANode(StringRef Name, MDNode *Parent, bool isConstant) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp196 if (GVar->isConstant())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp197 new GlobalVariable(*M, NewType, GV->isConstant(), GV->getLinkage(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h152 bool isConstant() const;
154 bool isConstant(int I) const;

Completed in 150 milliseconds

12345