Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1895 llvm::Type *boolTy = CGM.getTypes().ConvertTypeForMem(destType); in emitForMemory() local
1897 llvm::Instruction::ZExt, C, boolTy, CGM.getDataLayout()); in emitForMemory()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp198 const SPIRVType *intTy, const SPIRVType *boolTy) const;