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

  /external/llvm/examples/BrainF/
BrainF.cpp 210 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg);
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp 614 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)),
630 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)),
    [all...]
CGExprCXX.cpp 647 numElements = CGF.Builder.CreateTrunc(numElements, CGF.SizeTy);
    [all...]
CGCall.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 491 Value *NewTrunc = Builder->CreateTrunc(A, CI.getType(), A->getName()+".tr");
    [all...]
InstCombineCompares.cpp 372 Idx = Builder->CreateTrunc(Idx, TD->getIntPtrType(Idx->getContext()));
540 VariableIdx = IC.Builder->CreateTrunc(VariableIdx, IntPtrTy);
    [all...]
InstCombinePHI.cpp 756 Res = Builder->CreateTrunc(Res, Ty, "extract.t");
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
ScalarReplAggregates.cpp 764 Builder.CreateTrunc(FromVal, IntegerType::get(FromVal->getContext(),
    [all...]
CodeGenPrepare.cpp 890 V = Builder.CreateTrunc(V, IntPtrTy, "sunkaddr");
    [all...]
GVN.cpp     [all...]
SimplifyLibCalls.cpp     [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 223 comps[i] = builder.CreateTrunc(comps[i], builder.getInt16Ty());
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 360 milliseconds