HomeSort by: relevance | last modified time | path
    Searched refs:OtherTy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBundleIterator.h 152 template <class OtherTy>
154 const MachineInstrBundleIterator<OtherTy, IsReverse> &I,
155 std::enable_if_t<std::is_convertible<OtherTy *, Ty *>::value, void *> =
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp 3031 Type *OtherTy;
3034 OtherTy = VecTy->getElementType();
3036 OtherTy = FixedVectorType::get(VecTy->getElementType(), NumElements);
3038 OtherTy = SubIntTy;
3040 OtherTy = NewAllocaTy;
3042 OtherPtrTy = OtherTy->getPointerTo(OtherAS);
3066 LoadInst *Load = IRB.CreateAlignedLoad(OtherTy, SrcPtr, SrcAlign,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 11562 QualType OtherTy = LHSIsEnum ? RHSStrippedType : LHSStrippedType;
11563 if (OtherTy->hasFloatingRepresentation()) {

Completed in 39 milliseconds