OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddOne
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
22
///
AddOne
- Add one to a ConstantInt.
23
static Constant *
AddOne
(Constant *C) {
112
return SelectInst::Create(ZI->getOperand(0),
AddOne
(CI), CI);
178
return BinaryOperator::CreateMul(RHS,
AddOne
(C2));
188
return BinaryOperator::CreateMul(LHS,
AddOne
(C2));
559
return BinaryOperator::CreateAdd(X,
AddOne
(C));
InstCombineAndOrXor.cpp
23
///
AddOne
- Add one to a ConstantInt.
24
static Constant *
AddOne
(Constant *C) {
[
all
...]
InstCombineCompares.cpp
29
///
AddOne
- Add one to a ConstantInt
30
static Constant *
AddOne
(Constant *C) {
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
Completed in 194 milliseconds