Searched defs:trueAttr (Results 1 – 3 of 3) sorted by relevance
709 auto trueAttr = BoolAttr::get(getContext(), true); in fold() local847 auto trueAttr = BoolAttr::get(getContext(), true); in fold() local909 auto trueAttr = BoolAttr::get(getContext(), true); in fold() local951 auto trueAttr = BoolAttr::get(getContext(), true); in fold() local992 auto trueAttr = BoolAttr::get(getContext(), true); in fold() local1033 auto trueAttr = BoolAttr::get(getContext(), true); in fold() local
449 BoolAttr trueAttr = builder.getBoolAttr(true); TEST() local
256 BoolAttr falseAttr, trueAttr; global() member in mlir::MLIRContextImpl