Home
last modified time | relevance | path

Searched defs:fromBits (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp67 auto fromBits = getCharBits(conv.getFrom().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
743 auto fromBits = mlir::LLVM::getPrimitiveTypeSizeInBits(ty); matchAndRewrite() local
757 auto fromBits = mlir::LLVM::getPrimitiveTypeSizeInBits(fromTy); matchAndRewrite() local
770 auto fromBits = mlir::LLVM::getPrimitiveTypeSizeInBits(fromTy); matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp878 auto fromBits = kindMap.getCharacterBitsize( in convertCharacterKind() local