| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Inquiry.cpp | 38 int intValue{1}; in TEST() local 42 static_cast<void *>(&intValue), 1, extent, CFI_attribute_pointer); in TEST() 55 static_cast<void *>(&intValue), 1, extent, CFI_attribute_pointer); in TEST()
|
| H A D | Reduction.cpp | 532 int intValue{1}; in TEST() local 533 target.Establish(TypeCategory::Integer, 4, static_cast<void *>(&intValue), 0, in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticOps.cpp | 497 APInt intValue; in fold() local 498 if (matchPattern(getRhs(), m_ConstantInt(&intValue)) && intValue.isAllOnes()) in fold() 616 APInt intValue; in fold() local 619 intValue.isMaxSignedValue()) in fold() 644 APInt intValue; in fold() local 646 if (matchPattern(getRhs(), m_ConstantInt(&intValue)) && intValue.isMaxValue()) in fold() 650 if (matchPattern(getRhs(), m_ConstantInt(&intValue)) && intValue.isMinValue()) in fold() 690 APInt intValue; in fold() local 718 APInt intValue; in fold() local 720 if (matchPattern(getRhs(), m_ConstantInt(&intValue)) && intValue.isMinValue()) in fold() [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | pr4209.m | 26 - (int)intValue; method 61 …GSEbayCategory *category = [rootCategory subcategoryWithID:[[inCategory categoryID] intValue]]; //…
|
| /llvm-project-15.0.7/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptToken.h | 42 uint32_t intValue() const;
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptToken.h | 54 uint32_t intValue() const;
|
| H A D | ResourceScriptToken.cpp | 48 uint32_t RCToken::intValue() const { in intValue() function in RCToken
|
| H A D | llvm-rc.cpp | 624 outs() << "; int value = " << Token.intValue(); in doRc()
|
| H A D | ResourceScriptStmt.h | 36 : Val(Token.intValue()), Long(Token.isLongInt()) {} in RCInt()
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/ |
| H A D | nullability-consistency-7.h | 24 @property (nonatomic) int intValue __attribute__((unavailable("wouldn't work anyway")));
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MathToSPIRV/ |
| H A D | MathToSPIRV.cpp | 81 uint64_t intValue = uint64_t(1) << (bitwidth - 1); in matchAndRewrite() local 84 loc, intType, rewriter.getIntegerAttr(intType, intValue)); in matchAndRewrite() 86 loc, intType, rewriter.getIntegerAttr(intType, intValue - 1u)); in matchAndRewrite()
|
| /llvm-project-15.0.7/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/ |
| H A D | SomeKit.h | 12 @property (nonatomic) int intValue;
|
| H A D | SomeKit.apinotes | 38 - Name: intValue
|
| /llvm-project-15.0.7/mlir/unittests/IR/ |
| H A D | AttributeTest.cpp | 225 auto intValue = DenseIntElementsAttr::get(intValueTy, {1}); in TEST() local 233 auto sparseInt = SparseElementsAttr::get(tensorI32, indices, intValue); in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.cpp | 686 if (Optional<int64_t> intValue = value.getAsInteger()) { in fromJSON() local 687 if (*intValue < static_cast<int>(CompletionItemKind::Text) || in fromJSON() 688 *intValue > static_cast<int>(CompletionItemKind::TypeParameter)) in fromJSON() 690 result = static_cast<CompletionItemKind>(*intValue); in fromJSON()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/ |
| H A D | MemRefOps.cpp | 2489 Optional<int64_t> intValue = getConstantIntValue(ofr); in isTrivialSubViewOp() local 2490 return !intValue || intValue.value() != 0; in isTrivialSubViewOp() 2496 Optional<int64_t> intValue = getConstantIntValue(ofr); in isTrivialSubViewOp() local 2497 return !intValue || intValue.value() != 1; in isTrivialSubViewOp() 2504 Optional<int64_t> intValue = getConstantIntValue(size.value()); in isTrivialSubViewOp() local 2505 if (!intValue || *intValue != sourceShape[size.index()]) in isTrivialSubViewOp()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 2086 llvm::Value *intValue = atomics.convertRValueToInt(rvalue); in EmitAtomicStore() local 2091 intValue = Builder.CreateIntCast( in EmitAtomicStore() 2092 intValue, addr.getElementType(), /*isSigned=*/false); in EmitAtomicStore() 2093 llvm::StoreInst *store = Builder.CreateStore(intValue, addr); in EmitAtomicStore()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 879 APInt intValue = value.bitcastToAPInt(); in prepareConstantFp() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 1972 if (auto intValue = value.dyn_cast<IntegerAttr>()) in isZeroAttribute() local 1973 return intValue.getValue().isNullValue(); in isZeroAttribute()
|