HomeSort by relevance Sort by last modified time
    Searched refs:getDestTy (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/R600/
SITypeRewriter.cpp 148 if (I.getDestTy() != v4i32) {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 362 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() ||
364 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType()))
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 459 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy());
477 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy());
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 615 Type* getDestTy() const { return getType(); }
    [all...]
  /external/llvm/lib/IR/
Value.cpp 494 *DTy = BC->getDestTy()->getPointerElementType();
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 268 MallocType = cast<PointerType>(BCI->getDestTy());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 857 N = IC.Builder->CreateZExt(N, Z->getDestTy());
    [all...]
InstructionCombining.cpp 700 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy());
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 314 milliseconds