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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 471 NewV = IRB.CreateSExtOrTrunc(NewOperands[0], I->getType());
486 NewV = IRB.CreateSExtOrTrunc(NewOperands[0], ToTy);
StraightLineStrengthReduce.cpp 564 Value *ExtendedStride = Builder.CreateSExtOrTrunc(C.Stride, DeltaType);
627 Bump = Builder.CreateSExtOrTrunc(Bump, IntPtrTy);
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 77 milliseconds