Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DLinkage.h68 unsigned toBits() { in toBits() function
H A DASTContext.cpp2462 int64_t ASTContext::toBits(CharUnits CharSize) const { toBits() function in ASTContext
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp68 auto toBits = getCharBits(conv.getTo().getType()); in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp722 __anon6cb624db0602(mlir::Value val, unsigned fromBits, unsigned toBits, mlir::Type toTy) matchAndRewrite() argument
744 auto toBits = mlir::LLVM::getPrimitiveTypeSizeInBits(nt); matchAndRewrite() local
758 auto toBits = mlir::LLVM::getPrimitiveTypeSizeInBits(toTy); matchAndRewrite() local
771 auto toBits = mlir::LLVM::getPrimitiveTypeSizeInBits(toTy); matchAndRewrite() local
[all...]
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h1160 uint8_t toBits() const { toBits() function
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp880 auto toBits = kindMap.getCharacterBitsize(toKind); in convertCharacterKind() local