Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/
H A DCommonFolders.h102 SmallVector<ElementValueT, 4> elementResults; in constFoldBinaryOpConditional() local
238 SmallVector<ElementValueT> elementResults; in constFoldUnaryOpConditional() local
314 SmallVector<TargetElementValueT> elementResults; in constFoldCastOp() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVCanonicalization.cpp828 auto elementResults = llvm::to_vector<4>(trueAttrs.getValues<Attribute>()); in fold() local