/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 24 IsConstant, enumerator
|
/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 277 createTBAAStructTagNode(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,bool IsConstant) createTBAAStructTagNode() argument
|
H A D | AsmWriter.cpp | 2066 auto IsConstant = [&](Metadata *Bound) -> bool { writeDIGenericSubrange() local
|
H A D | Core.cpp | 2213 LLVMSetGlobalConstant(LLVMValueRef GlobalVar,LLVMBool IsConstant) LLVMSetGlobalConstant() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 131 bool IsConstant; member
|
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 320 bool IsConstant = false; addExpr() local
|
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 261 bool IsConstant = false; variable
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h |
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 493 IsConstant = 1 << 0, enumerator
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2071 auto IsConstant = [](const SDValue &V) { LowerBUILD_VECTOR() local
|
/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1183 bool IsConstant = evaluateConstantImm(Expr, Imm, VK); addExpr() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 298 bool IsConstant = Op1Constant || Op2Constant; getArithmeticInstrCost() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 753 parseGlobalType(bool & IsConstant) parseGlobalType() argument 1355 bool IsConstant, IsExternallyInitialized; parseGlobal() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3343 bool IsConstant = isa<llvm::Constant>(Src); EmitNonNullMemberPointerConversion() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1713 bool IsConstant = Type.isConstant(Context); isConstNotMutableType() local 9790 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); checkOpenMPLoop() local 17786 bool IsConstant = ElemType.isConstant(getASTContext()); ActOnOpenMPFirstprivateClause() local
|
H A D | SemaChecking.cpp | 10421 bool IsConstant = DiagnoseFloatingImpCast() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 4142 bool IsConstant = BaseType.isConstant(Info.Ctx); findCompleteObject() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 7661 const bool IsConstant = all_of(Ops, [](Value *V) { getOperandInfo() local
|