Searched defs:isConstant (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp82 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { function in class:PseudoSourceValue
109 bool FixedStackPseudoSourceValue::isConstant(const MachineFrameInfo *MFI) const{ function in class:FixedStackPseudoSourceValue
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DGlobalVariable.h157 bool isConstant() const { return isConstantGlobal; } function in class:llvm::GlobalVariable
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp174 bool SVal::isConstant() const { function in class:SVal
178 bool SVal::isConstant(int I) const { function in class:SVal
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp23 static bool CheapToScalarize(Value *V, bool isConstant) { argument
H A DInstCombineAddSub.cpp119 bool isConstant() const { return Val == 0; } function in class:__anon2592::FAddend
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h158 bool isConstant() const { return !isIndex(); } function in class:clang::CodeGen::CGBlockInfo::Capture
H A DCodeGenModule.cpp2469 bool isConstant; local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp106 bool isConstant() const { return Tag == constant; } function in class:__anon2092::LVILatticeVal
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp87 bool isConstant() const { function in class:__anon2666::LatticeVal
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1665 bool isConstant = Record[1]; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp66 bool QualType::isConstant(QualType T, ASTContext &Ctx) { function in class:QualType
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4551 bool isConstant = true; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h670 bool isConstant(ASTContext& Ctx) const { function in class:clang::QualType
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp1712 bool isConstant = false; local

Completed in 321 milliseconds