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

  /external/llvm/include/llvm/IR/
InstrTypes.h 604 Type* getDestTy() const { return getType(); }
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 256 MallocType = cast<PointerType>(BCI->getDestTy());
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 729 N = Builder->CreateZExt(N, Z->getDestTy());
    [all...]
InstructionCombining.cpp 598 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy());
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 537 milliseconds