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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 2442 Type *TyA = BCI->getOperand(0)->getType();
2444 if (TyA != DestTy || TyB != SrcTy)
2459 Type *TyA = BCI->getType();
2460 if (TyA != DestTy || TyB != SrcTy)
2533 Type *TyA = BCI->getType();
2534 assert(TyA == DestTy && TyB == SrcTy);
2535 (void) TyA;
InstCombineCompares.cpp 4670 Type *TyA = A->getType(), *TyB = B->getType();
4671 unsigned WidthA = TyA->getPrimitiveSizeInBits(),
4680 MulType = TyA;

Completed in 23 milliseconds