Searched refs:getBitWidth (Results 226 - 243 of 243) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp136 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth;
3432 cast<llvm::IntegerType>(IRType)->getBitWidth();
H A DCGExpr.cpp1643 cast<llvm::IntegerType>(Value->getType())->getBitWidth() == 1)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2880 Lex.getAPSIntVal().getBitWidth() > 64)
4585 Value = Value.zext(Value.getBitWidth() + 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp602 OS << 'i' << cast<IntegerType>(Ty)->getBitWidth();
H A DAutoUpgrade.cpp970 Builder.getInt1Ty(), cast<IntegerType>(Mask->getType())->getBitWidth());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4421 if (IntTy && IntTy->getBitWidth() <= 32)
H A DPPCISelLowering.cpp17059 if (CI->getBitWidth() > 64)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3254 if (CI->getBitWidth() < 32) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp17569 EnumVal = EnumVal.zext(EnumVal.getBitWidth() * 2);
17881 FlagBits = FlagBits.zextOrSelf(EVal.getBitWidth()) | EVal;
17893 llvm::APInt FlagMask = ~FlagBits.zextOrTrunc(Val.getBitWidth());
H A DSemaTemplateInstantiateDecl.cpp990 Expr *BitWidth = D->getBitWidth();
H A DSemaType.cpp6280 llvm::APSInt max(addrSpace.getBitWidth());
H A DTreeTransform.h13878 if (Size->getBitWidth() == SemaRef.Context.getIntWidth(Types[I])) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3230 unsigned FirstOne = A.getBitWidth() - A.countLeadingZeros() - 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5202 if (!RHSOp1.isCImm() || RHSOp1.getCImm()->getBitWidth() > 64)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3105 switch (Imm.getBitWidth()) {
H A DSIISelLowering.cpp11618 if (!IT || IT->getBitWidth() != WaveSize)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1269 unsigned BitWidth = Known.getBitWidth();
1291 unsigned BitWidth = Known.getBitWidth();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4684 assert(CI->getBitWidth() <= 64 &&

Completed in 939 milliseconds

12345678910