Searched defs:casted (Results 1 – 8 of 8) sorted by relevance
303 if (auto *casted = dyn_cast<llvm::DIBasicType>(node)) translate() local 305 if (auto *casted = dyn_cast<llvm::DICompileUnit>(node)) translate() local 307 if (auto *casted = dyn_cast<llvm::DICompositeType>(node)) translate() local 309 if (auto *casted = dyn_cast<llvm::DIDerivedType>(node)) translate() local 311 if (auto *casted = dyn_cast<llvm::DIStringType>(node)) translate() local 313 if (auto *casted = dyn_cast<llvm::DIFile>(node)) translate() local 315 if (auto *casted = dyn_cast<llvm::DIGlobalVariable>(node)) translate() local 317 if (auto *casted = dyn_cast<llvm::DILabel>(node)) translate() local 319 if (auto *casted = dyn_cast<llvm::DILexicalBlock>(node)) translate() local 321 if (auto *casted = dyn_cast<llvm::DILexicalBlockFile>(node)) translate() local 323 if (auto *casted = dyn_cast<llvm::DILocalVariable>(node)) translate() local 325 if (auto *casted = dyn_cast<llvm::DIModule>(node)) translate() local 327 if (auto *casted = dyn_cast<llvm::DINamespace>(node)) translate() local 329 if (auto *casted = dyn_cast<llvm::DISubprogram>(node)) translate() local 331 if (auto *casted = dyn_cast<llvm::DISubrange>(node)) translate() local 333 if (auto *casted = dyn_cast<llvm::DISubroutineType>(node)) translate() local [all...]
30 int *casted = dynCastToInt(p); in testDynCast() local38 int *casted = dynCastOrNull(p); in testDynCastOrNull() local47 int *casted; in testBranch() local63 int *casted; in testBranchReversed() local79 int *casted = 0; in testMultipleStore() local188 int *casted = dynCastOrNull(0); in testDynCastOrNullOfNull() local197 int *casted = dynCastToInt(0); in testDynCastOfNull() local213 int *casted = lookUpInt(0); in testZeroIsNotNull() local222 int *casted = dynCastOrNull(getNull()); in testTrackNull() local233 int *casted = dynCastOrNull(ptr); in testTrackNullVariable() local[all …]
129 Value casted = builder.create<memref::ReinterpretCastOp>( in matchAndRewrite() local
275 Value casted = in createFullPartialLinalgCopy() local 327 Value casted = in createFullPartialVectorTransferRead() local 371 Value casted = in getLocationToWriteFullVec() local
327 OSArray *casted = OSDynamicCast(OSArray, other); in check_attribute_propagation() local335 OSArray *casted = OSDynamicCast(OSArray, other); in check_attribute_indirect_propagation() local
64 Value casted = b.create<memref::CastOp>(value.getLoc(), destType, value); in castOrReallocMemRefValue() local
1203 Value casted = genCast(builder, loc, v, matchAndRewrite() local
303 Value casted = b.create<LLVM::BitcastOp>(innerVectorType, i32Register); matchAndRewrite() local