Searched refs:sextOrTrunc (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp744 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp707 Offset = Offset.sextOrTrunc(IntIdxTy->getIntegerBitWidth());
H A DScalarEvolution.cpp1738 CR.sextOrTrunc(NewBits)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3583 Range = Range.sextOrTrunc(FunctionSummary::ParamAccess::RangeWidth);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3702 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7031 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4439 return getConstant(Val.sextOrTrunc(VT.getSizeInBits()), DL, VT,
H A DSelectionDAGBuilder.cpp3809 APInt Offs = ElementMul * CI->getValue().sextOrTrunc(IdxSize);

Completed in 381 milliseconds

12