Home
last modified time | relevance | path

Searched defs:castOps (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp272 SmallVectorImpl<Operation *> &castOps, in materializeConversion()
317 SmallVector<Operation *, 4> castOps; in inlineCall() local
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp2365 TEST_F(ConstantRangeTest, castOps) { in TEST_F() argument