OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewIdxs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
ConstantFolding.cpp
607
SmallVector<Constant*, 32>
NewIdxs
;
614
NewIdxs
.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
620
NewIdxs
.push_back(Ops[i]);
625
ConstantExpr::getGetElementPtr(Ops[0],
NewIdxs
);
731
SmallVector<Constant*, 32>
NewIdxs
;
736
if (!
NewIdxs
.empty())
751
NewIdxs
.push_back(ConstantInt::get(IntPtrTy, 0));
757
NewIdxs
.push_back(ConstantInt::get(IntPtrTy, NewIdx));
773
NewIdxs
.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
791
ConstantExpr::getGetElementPtr(Ptr,
NewIdxs
);
[
all
...]
/external/llvm/lib/IR/
ConstantFold.cpp
[
all
...]
Completed in 67 milliseconds