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

  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 517 ExtDividend = Builder.CreateSExt(Rem->getOperand(0), Int32Ty);
518 ExtDivisor = Builder.CreateSExt(Rem->getOperand(1), Int32Ty);
567 ExtDividend = Builder.CreateSExt(Rem->getOperand(0), Int64Ty);
568 ExtDivisor = Builder.CreateSExt(Rem->getOperand(1), Int64Ty);
618 ExtDividend = Builder.CreateSExt(Div->getOperand(0), Int32Ty);
619 ExtDivisor = Builder.CreateSExt(Div->getOperand(1), Int32Ty);
668 ExtDividend = Builder.CreateSExt(Div->getOperand(0), Int64Ty);
669 ExtDivisor = Builder.CreateSExt(Div->getOperand(1), Int64Ty);
SimplifyLibCalls.cpp     [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 221 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 382 Rep = Builder.CreateSExt(Rep, CI->getType(), "");
388 Rep = Builder.CreateSExt(Rep, CI->getType(), "");
502 Rep = Builder.CreateSExt(SV, DstTy);
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExprCXX.cpp 685 numElements = CGF.Builder.CreateSExt(numElements, CGF.SizeTy);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 324 return SignExtend ? Builder.CreateSExt(SV, DstTy)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 131 milliseconds