Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1818 auto getConstantBool = [](mlir::Value value) -> cir::BoolAttr { in matchAndRewrite() local
1835 cir::BoolAttr trueValue = getConstantBool(op.getTrueValue()); in matchAndRewrite()
1836 cir::BoolAttr falseValue = getConstantBool(op.getFalseValue()); in matchAndRewrite()