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

  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 513 ExtDividend = Builder.CreateSExt(Rem->getOperand(0), Int32Ty);
514 ExtDivisor = Builder.CreateSExt(Rem->getOperand(1), Int32Ty);
563 ExtDividend = Builder.CreateSExt(Rem->getOperand(0), Int64Ty);
564 ExtDivisor = Builder.CreateSExt(Rem->getOperand(1), Int64Ty);
614 ExtDividend = Builder.CreateSExt(Div->getOperand(0), Int32Ty);
615 ExtDivisor = Builder.CreateSExt(Div->getOperand(1), Int32Ty);
664 ExtDividend = Builder.CreateSExt(Div->getOperand(0), Int64Ty);
665 ExtDivisor = Builder.CreateSExt(Div->getOperand(1), Int64Ty);
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 258 Rep = Builder.CreateSExt(Rep, CI->getType(), "");
264 Rep = Builder.CreateSExt(Rep, CI->getType(), "");
Core.cpp     [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 242 irb_.CreateRet(irb_.CreateSExt(retval, irb_.getInt32Ty()));
  /external/llvm/examples/BrainF/
BrainF.cpp 224 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg);
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGBuiltin.cpp     [all...]
CGExprCXX.cpp 607 numElements = CGF.Builder.CreateSExt(numElements, CGF.SizeTy);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 787 return IsSigned ? Builder.CreateSExt(NarrowOper, WideType) :
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 615 ::llvm::Value* res = irb_->CreateSExt(GetLLVMValue(rl_src.orig_sreg),
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 741 milliseconds