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

12

  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 599 VectorType *SrcTy = dyn_cast<VectorType>(BC->getSrcTy());
602 if ((SrcTy == NULL) != (DestTy == NULL)) return 0;
604 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())
    [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 508 /// value assuming it was the smaller SrcTy value.
509 SDValue getZeroExtendInReg(SDValue Op, SDLoc DL, EVT SrcTy);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 359 milliseconds

12