Home
last modified time | relevance | path

Searched refs:createBool (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp157 TEST_F(FIRBuilderTest, createBool) { in TEST_F() argument
160 auto b = builder.createBool(loc, false); in TEST_F()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp752 auto mustReallocate = builder.createBool(loc, false); in genReallocIfNeeded()
807 auto trueValue = builder.createBool(loc, true); in genReallocIfNeeded()
H A DCharacter.cpp334 auto notVolatile = builder.createBool(loc, false); in createCopy()
H A DFIRBuilder.cpp1207 return builder.createConvert(loc, type, builder.createBool(loc, false)); in createZeroValue()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h314 mlir::Value createBool(mlir::Location loc, bool b) { in createBool() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp60 hasStat = builder.createBool(loc, statExpr != nullptr); in init()
H A DIO.cpp650 ok = builder.createBool(loc, true); in genInputItemList()
723 ok = builder.createBool(loc, true); in genIoLoop()
1566 args.push_back(builder.createBool(loc, csi.hasErrorConditionSpec())); in genIOUnitNumber()
H A DIntrinsicCall.cpp340 auto back = isStaticallyAbsent(args[4]) ? builder.createBool(loc, false) in genExtremumloc()
2831 trim = builder.createBool(loc, true); in genGetEnvironmentVariable()
2846 mlir::Value trueVal = builder.createBool(loc, true); in genGetEnvironmentVariable()
H A DConvertExpr.cpp760 return builder.createBool(getLoc(), value); in genBoolConstant()
6445 /*volatile=*/builder.createBool(loc, false)); in copyNextArrayCtorSection()
6496 /*volatile=*/builder.createBool(loc, false)); in copyNextArrayCtorSection()
6700 mlir::Value truth = builder.createBool(loc, true); in genarr()