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

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 39 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
311 // If the expression hasn't already been captured, just capture it
319 // Otherwise, it must already be one of our semantic expressions;
481 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
482 return S.LookupMethodInObjectType(sel, IT, false);
586 // that declared the @property. But it's not clear that that'
    [all...]
SemaTemplateInstantiate.cpp 124 // If this is a friend declaration and it declares an entity at
693 /// transformed if it is NULL or if it is not dependent.
771 /// instantiating it.
    [all...]
SemaExpr.cpp 175 /// in many cases it will not behave correctly. This is not enabled in C++ mode
183 // contexts where the warning is a false positive, or where it is technically
206 // This last can give us false negatives, but it's better than warning on
235 /// it might warn if a deprecated or unavailable declaration is being
299 /// if so, it checks that the requirements of the sentinel are
370 // 'nil' for ObjC methods, where it's much more likely that the
402 // Handle any placeholder expressions which made it here.
437 // optimizer will delete, so warn about it. People sometimes try to use this
454 // Handle any placeholder expressions which made it here.
478 // DR106 tells us what the result should be but not why. It'
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 620 // Don't push constant addend at this time. It will be the last element
769 // is immediately available; otherwise, it needs exactly one instruction
824 // other computations (because it has a constant operand), return the
868 // has a known-zero bit in a more significant place than it (not including the
910 // If we have ADD(XOR(AND(X, 0xFF), 0x80), 0xF..F80), it's a sext.
911 // If we have ADD(XOR(AND(X, 0xFF), 0xF..F80), 0x80), it's a sext.
931 // If this is a xor that was canonicalized from a sub, turn it back into
932 // a sub and fuse this add with it.
934 IntegerType *IT = cast<IntegerType>(I.getType());
935 APInt LHSKnownOne(IT->getBitWidth(), 0)
    [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/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 112 /// SafeToMergeTerminators - Return true if it is safe to merge these two
118 // It is not safe to merge these two switch instructions if they have a common
138 /// isProfitableToFoldUnconditional - Return true if it is safe and profitable
180 /// now be entries in it from the 'NewPred' block. The values that will be
195 /// least one PHI node in it), check to see if the merge at this block is due
223 // required anyway, we stand no chance of eliminating it, so the xform is
234 // doesn't have incoming edges from other blocks. If it does, the condition
239 // If we found a conditional branch predecessor, make sure that it branches
240 // to BB and Pred2Br. If it doesn't, this isn't an "if statement".
265 // Otherwise, if this is a conditional branch, then we can use it!
    [all...]

Completed in 456 milliseconds