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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 466 NewV = IRB.CreateSExtOrTrunc(NewOperands[0], I->getType());
481 NewV = IRB.CreateSExtOrTrunc(NewOperands[0], ToTy);
StraightLineStrengthReduce.cpp 572 Value *ExtendedStride = Builder.CreateSExtOrTrunc(C.Stride, DeltaType);
649 Bump = Builder.CreateSExtOrTrunc(Bump, IntPtrTy);
NaryReassociate.cpp 428 RHS = Builder.CreateSExtOrTrunc(RHS, IntPtrTy);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineCompares.cpp 778 Index = Builder.CreateSExtOrTrunc(
    [all...]

Completed in 490 milliseconds