Home
last modified time | relevance | path

Searched defs:negated (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/unittests/Evaluate/
H A Dinteger.cpp61 auto negated{a.Negate()}; in exhaustiveTesting() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DLoopAnnotationImporter.cpp126 StringRef enableName, StringRef disableName, bool negated) { in lookupBooleanUnitNode()
146 bool negated) { in lookupBoolNode()
H A DLoopAnnotationTranslation.cpp76 bool negated) { in convertBoolNode()
/llvm-project/polly/lib/External/isl/
H A Disl_tab.h28 unsigned negated : 1; member
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp420 Value negated = rewriter.create<LLVM::XOrOp>(loc, dstType, matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp173 Value negated = builder.create<arith::SubIOp>(loc, zeroCst, lhs); visitCeilDivExpr() local