/llvm-project/clang/test/Analysis/ |
H A D | pr4209.m | 26 - (int)intValue; method
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptToken.cpp | 48 uint32_t RCToken::intValue() const { in intValue() function in RCToken
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Reduction.cpp | 534 int intValue{1}; in TEST() local
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithOps.cpp | 855 APInt intValue; fold() local 893 APInt intValue; fold() local 1033 if (APInt intValue; fold() local 1058 if (APInt intValue; fold() local 1119 if (APInt intValue; fold() local 1144 if (APInt intValue; fold() local [all...] |
/llvm-project/mlir/lib/Conversion/MathToSPIRV/ |
H A D | MathToSPIRV.cpp | 147 uint64_t intValue = uint64_t(1) << (bitwidth - 1); in matchAndRewrite() local
|
/llvm-project/mlir/unittests/IR/ |
H A D | AttributeTest.cpp | 410 auto intValue = DenseIntElementsAttr::get(intValueTy, {1}); TEST() local
|
/llvm-project/mlir/lib/Tools/lsp-server-support/ |
H A D | Protocol.cpp | 738 if (std::optional<int64_t> intValue = value.getAsInteger()) { in fromJSON() local
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefOps.cpp | 3121 std::optional<int64_t> intValue = getConstantIntValue(ofr); isTrivialSubViewOp() local 3128 std::optional<int64_t> intValue = getConstantIntValue(ofr); isTrivialSubViewOp() local 3136 std::optional<int64_t> intValue = getConstantIntValue(size.value()); isTrivialSubViewOp() local
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 955 APInt intValue = value.bitcastToAPInt(); prepareConstantFp() local
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Parser.cpp | 328 APInt intValue; parseFloatFromIntegerLiteral() local
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | PolynomialApproximation.cpp | 1517 Value intValue = b.create<arith::BitcastOp>(intTy, absValue); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 2046 if (auto intValue = llvm::dyn_cast<IntegerAttr>(value)) isZeroAttribute() local
|
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 1394 auto intValue = getConstantIntValue(ofr); isNormalized() local
|