Searched defs:ConstInt (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp74 ConstantInt *ConstInt; member in struct:__anon26269::ConstantCandidate
77 ConstantCandidate(ConstantInt *ConstInt) argument
78 : ConstInt(ConstInt), CumulativeCost(0) { }
160 ConstantInt *ConstInt);
265 /// \brief Record constant integer ConstInt for instruction Inst at operand
274 ConstantInt *ConstInt) {
280 ConstInt->getValue(), ConstInt->getType());
282 Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt
271 collectConstantCandidates(ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, ConstantInt *ConstInt) argument
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1157 typedef const int ConstInt; typedef
1158 typedef ConstInt ConstIntAr[4];
1162 int t02[T(__is_standard_layout(ConstInt))];

Completed in 116 milliseconds