HomeSort by relevance Sort by last modified time
    Searched defs:IT (Results 1 - 10 of 10) sorted by null

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 40 static final String IT = "IT";
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 20 // needing an r-value, it is treated as if it were a message-send
23 // If it is used as the LHS of a simple assignment, it is treated
26 // If it is used as the LHS of a compound assignment, or the operand
359 // If the expression hasn't already been captured, just capture it
367 // Otherwise, it must already be one of our semantic expressions;
530 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
531 return S.LookupMethodInObjectType(sel, IT, false);
635 // that declared the @property. But it's not clear that that'
    [all...]
SemaTemplateInstantiate.cpp 139 // If this is a friend declaration and it declares an entity at
744 /// transformed if it is NULL or if it is not dependent.
    [all...]
SemaExpr.cpp 59 // If the function has a deduced return type, and we can't deduce it,
60 // then we can't use it either.
170 // FIXME: An explanation of why exactly it can't be inherited
198 /// in many cases it will not behave correctly. This is not enabled in C++ mode
206 // contexts where the warning is a false positive, or where it is technically
229 // This last can give us false negatives, but it's better than warning on
263 /// it might warn if a deprecated or unavailable declaration is being
305 // If the function has a deduced return type, and we can't deduce it,
306 // then we can't use it either.
333 /// if so, it checks that the requirements of the sentinel ar
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 85 // If the coefficient is represented by an integer, promote it to a
656 // Don't push constant addend at this time. It will be the last element
805 // is immediately available; otherwise, it needs exactly one instruction
860 // other computations (because it has a constant operand), return the
904 // has a known-zero bit in a more significant place than it (not including the
946 // If we have ADD(XOR(AND(X, 0xFF), 0x80), 0xF..F80), it's a sext.
947 // If we have ADD(XOR(AND(X, 0xFF), 0xF..F80), 0x80), it's a sext.
967 // If this is a xor that was canonicalized from a sub, turn it back into
968 // a sub and fuse this add with it.
970 IntegerType *IT = cast<IntegerType>(I.getType())
    [all...]
InstCombineCalls.cpp 27 /// getPromotedType - Return the specified type promoted as it would be to pass
134 // infer, use it.
149 // Set the size of the copy to 0, it will be deleted on the next iteration.
189 // Set the size of the copy to 0, it will be deleted on the next iteration.
198 /// of intrinsic instructions. For normal calls, it allows visitCallSite to do
317 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType());
319 if (!IT) break;
320 uint32_t BitWidth = IT->getBitWidth();
327 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
335 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 268 // it needs default CC operands add those.
278 // we're not predicable but add it anyways.
637 // Use movw+movt when possible, it avoids constant pool entries.
789 // go ahead and accept it now.
803 // another block, otherwise it may not have a virtual register assigned.
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 46 /// avoids constructing the type more than once if it's used more than once.
53 /// Constructor leaves this class uninitialized, because it is intended to
72 // Push the return type on at the end so we can pop it off easily
80 // We put the return type on the end of the vector, so pop it back off
113 /// SEL is included in a header somewhere, in which case it will be whatever
116 /// LLVM i8 type. Cached here to avoid repeatedly getting it in all of the
117 /// places where it's used
125 /// calling conventions, it must always be cast to the correct type before
130 /// but if the runtime header declaring it is included then it may be
    [all...]
CGObjCMac.cpp 194 // FIXME: It would be nice to unify this with the opaque type, so that the
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 117 /// SafeToMergeTerminators - Return true if it is safe to merge these two
123 // It is not safe to merge these two switch instructions if they have a common
143 /// isProfitableToFoldUnconditional - Return true if it is safe and profitable
185 /// now be entries in it from the 'NewPred' block. The values that will be
270 // branch to BB, then it must be in the 'conditional' part of the "if
271 // statement". If not, it definitely dominates the region.
280 // If we have seen this instruction before, don't count it again.
283 // Okay, it looks like the instruction IS in the "condition". Check to
284 // see if it's a cheap instruction to unconditionally compute, and if it
    [all...]

Completed in 134 milliseconds