HomeSort by relevance Sort by last modified time
    Searched refs:SrcTy (Results 26 - 50 of 52) sorted by null

12 3

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineCalls.cpp 313 VectorType *SrcTy = cast<VectorType>(II.getArgOperand(0)->getType());
323 UndefValue::get(SrcTy), ShuffleMask);
    [all...]
InstructionCombining.cpp 754 VectorType *SrcTy = dyn_cast<VectorType>(BC->getSrcTy());
757 if ((SrcTy == nullptr) != (DestTy == nullptr)) return nullptr;
759 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 87 Type *SrcTy = Op->getOperand(0)->getType();
98 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
103 Type *SrcTy = V->getType();
104 if (SrcTy == DestTy)
142 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) {
143 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
145 SrcTy = nullptr;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
DependenceAnalysis.cpp 792 IntegerType *SrcTy = dyn_cast<IntegerType>(Src->getType());
794 if (SrcTy == nullptr || DstTy == nullptr) {
795 assert(SrcTy == DstTy && "This function only unify integer types and "
800 if (SrcTy->getBitWidth() > widestWidthSeen) {
801 widestWidthSeen = SrcTy->getBitWidth();
802 widestType = SrcTy;
817 IntegerType *SrcTy = dyn_cast<IntegerType>(Src->getType());
819 if (SrcTy == nullptr || DstTy == nullptr) {
820 assert(SrcTy == DstTy && "This function only unify integer types and "
825 if (SrcTy->getBitWidth() < widestWidthSeen
    [all...]
ValueTracking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGBuiltin.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
CGClass.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
BBVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 604 /// value assuming it was the smaller SrcTy value.
605 SDValue getZeroExtendInReg(SDValue Op, SDLoc DL, EVT SrcTy);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 544 milliseconds

12 3