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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 478 NewV = IRB.CreateSExtOrTrunc(NewOperands[0], I->getType());
493 NewV = IRB.CreateSExtOrTrunc(NewOperands[0], ToTy);
NaryReassociate.cpp 459 RHS = Builder.CreateSExtOrTrunc(RHS, IntPtrTy);
StraightLineStrengthReduce.cpp 591 Value *ExtendedStride = Builder.CreateSExtOrTrunc(C.Stride, DeltaType);
668 Bump = Builder.CreateSExtOrTrunc(Bump, IntPtrTy);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 671 return Builder.CreateSExtOrTrunc(Cmp, VecTy);
    [all...]

Completed in 6524 milliseconds