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

  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 465 Trunc = Builder.CreateTrunc(ExtRem, RemTy);
517 Trunc = Builder.CreateTrunc(ExtDiv, DivTy);
SimplifyLibCalls.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 210 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg);
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGBuiltin.cpp 690 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)),
706 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)),
    [all...]
CGExpr.cpp 607 Hash = Builder.CreateTrunc(Hash, IntPtrTy);
    [all...]
CGCall.cpp     [all...]
CGExprCXX.cpp 698 numElements = CGF.Builder.CreateTrunc(numElements, CGF.SizeTy);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
GVN.cpp     [all...]
CodeGenPrepare.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 373 Idx = Builder->CreateTrunc(Idx, TD->getIntPtrType(Idx->getContext()));
541 VariableIdx = IC.Builder->CreateTrunc(VariableIdx, IntPtrTy);
    [all...]
InstCombineCasts.cpp 500 Value *NewTrunc = Builder->CreateTrunc(A, CI.getType(), A->getName()+".tr");
    [all...]
InstCombinePHI.cpp 756 Res = Builder->CreateTrunc(Res, Ty, "extract.t");
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 451 milliseconds