Home
last modified time | relevance | path

Searched defs:boolTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp255 cir::BoolType boolTy = builder.getBoolTy(); in emitFloatToBoolConversion() local
266 cir::BoolType boolTy = builder.getBoolTy(); in emitIntToBoolConversion() local
H A DCIRGenExpr.cpp591 QualType boolTy = getContext().BoolTy; in evaluateExprAsBool() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp120 if (auto boolTy = mlir::dyn_cast<cir::BoolType>(op.getType())) { in emitFromMemory() local
137 if (auto boolTy = mlir::dyn_cast<cir::BoolType>(origType)) { in emitToMemory() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1987 llvm::Type *boolTy = CGM.getTypes().ConvertTypeForMem(destType); in emitForMemory() local