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

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 342 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() ||
345 CI->getDestTy()->getScalarType()->isIntegerTy(64))
  /external/llvm/include/llvm/IR/
InstrTypes.h 610 Type* getDestTy() const { return getType(); }
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 259 MallocType = cast<PointerType>(BCI->getDestTy());
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 797 N = IC.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 636 milliseconds