|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Constants.h 119 static Constant *getSigned(Type *Ty, int64_t V);
References
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp 2299 Builder.CreateAdd(B, ConstantInt::getSigned(B->getType(), -1)), A);
2681 return SelectInst::Create(A, ConstantInt::getSigned(I.getType(), -1), Op1);
2684 return SelectInst::Create(A, ConstantInt::getSigned(I.getType(), -1), Op0);
lib/Transforms/InstCombine/InstCombineShifts.cpp 993 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0);
lib/Transforms/Scalar/LoopStrengthReduce.cpp 5244 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, Offset)));
5252 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy,
5288 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy),
lib/Transforms/Utils/BypassSlowDivision.cpp 344 Value *ZeroV = ConstantInt::getSigned(getSlowType(), 0);
lib/Transforms/Vectorize/LoopVectorize.cpp 355 return Ty->isIntegerTy() ? ConstantInt::getSigned(Ty, C)