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

12

  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
TargetInfo.cpp 397 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 &&
405 if ((Constraint == "y" || Constraint == "&y") && Ty->isVectorTy())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 403 else if (LoadTy->isVectorTy()) {
    [all...]
InstructionSimplify.cpp 484 if (Cond->getType()->isVectorTy() != RHS->getType()->isVectorTy())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 835 if (IndexTy != IntPtrTy && !IndexTy->isVectorTy()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 249 else if (!CI->getType()->isVectorTy())
    [all...]
  /external/llvm/include/llvm/
Instructions.h 815 if (Ptr->getType()->isVectorTy()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 664 milliseconds

12