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

12

  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 729 VectorType *VTy = cast<VectorType>(Ty);
730 Type *Elm = VTy->getElementType();
738 VTy->getNumElements());
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 129 else if (const VectorType *VTy = BaseType->getAs<VectorType>())
130 BaseType = VTy->getElementType();
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 64 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) {
65 for (unsigned i = 0, e = VTy->getNumElements(); i != e; ++i) {
99 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) {
100 for (unsigned i = 0, e = VTy->getNumElements(); i != e; ++i) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1059 milliseconds

12