Searched refs:bools (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | misc-atomic-property.m | 19 } bools; typedef 25 bools x; 29 @property(assign) bools bools_p;
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | integer-bool.ll | 2 ;; check that global opt turns integers that only hold 0 or 1 into bools.
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransferSplitRewritePatterns.cpp | 525 SmallVector<bool, 4> bools(xferOp.getTransferRank(), true); in splitFullAndPartialTransfer() local 526 auto inBoundsAttr = b.getBoolArrayAttr(bools); in splitFullAndPartialTransfer()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | lambda-expressions.cpp | 194 template<typename...Ts> bool g(Fst<bool, Ts> ...bools);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fast-isel-x86-64.ll | 164 ; rdar://9297003 - fast isel bails out on all functions taking bools
|
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 950 int bools[] = {0, 1}; in printBuiltinAttributes() local 966 2, bools); in printBuiltinAttributes()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | logical-select-inseltpoison.ll | 367 define i1 @bools(i1 %a, i1 %b, i1 %c) { 368 ; CHECK-LABEL: @bools(
|
| H A D | logical-select.ll | 368 define i1 @bools(i1 %a, i1 %b, i1 %c) { 369 ; CHECK-LABEL: @bools(
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AttrTypeBase.td | 176 // ArrayRefParameter<"bool", "list of bools">:$yesNoArray)
|
| H A D | OpBase.td | 859 // Type constraint for bool-like types: bools, vectors of bools, tensors of 860 // bools.
|