HomeSort by relevance Sort by last modified time
    Searched refs:CreateZExt (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 521 ExtDividend = Builder.CreateZExt(Rem->getOperand(0), Int32Ty);
522 ExtDivisor = Builder.CreateZExt(Rem->getOperand(1), Int32Ty);
571 ExtDividend = Builder.CreateZExt(Rem->getOperand(0), Int64Ty);
572 ExtDivisor = Builder.CreateZExt(Rem->getOperand(1), Int64Ty);
622 ExtDividend = Builder.CreateZExt(Div->getOperand(0), Int32Ty);
623 ExtDivisor = Builder.CreateZExt(Div->getOperand(1), Int32Ty);
672 ExtDividend = Builder.CreateZExt(Div->getOperand(0), Int64Ty);
673 ExtDivisor = Builder.CreateZExt(Div->getOperand(1), Int64Ty);
SimplifyLibCalls.cpp 380 B.CreateZExt(B.CreateLoad(Str2P, "strcmpload"), CI->getType()));
383 return B.CreateZExt(B.CreateLoad(Str1P, "strcmpload"), CI->getType());
438 B.CreateZExt(B.CreateLoad(Str2P, "strcmpload"), CI->getType()));
441 return B.CreateZExt(B.CreateLoad(Str1P, "strcmpload"), CI->getType());
572 return B.CreateZExt(B.CreateLoad(Src, "strlenfirst"), CI->getType());
858 Value *LHSV = B.CreateZExt(B.CreateLoad(CastToCStr(LHS, B), "lhsc"),
860 Value *RHSV = B.CreateZExt(B.CreateLoad(CastToCStr(RHS, B), "rhsc"),
    [all...]
SimplifyCFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 566 return RValue::get(Builder.CreateZExt(LHS, ConvertType(E->getType())));
571 return RValue::get(Builder.CreateZExt(V, ConvertType(E->getType())));
580 return RValue::get(Builder.CreateZExt(V, ConvertType(E->getType())));
615 return RValue::get(Builder.CreateZExt(V, ConvertType(E->getType())));
628 return RValue::get(Builder.CreateZExt(V, ConvertType(E->getType())));
    [all...]
CGException.cpp     [all...]
CGStmt.cpp     [all...]
CGExpr.cpp 604 llvm::Value *High = Builder.CreateZExt(VPtrVal, Int64Ty);
    [all...]
CGExprCXX.cpp 657 numElements = CGF.Builder.CreateZExt(numElements, CGF.SizeTy);
    [all...]
CGCall.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 687 FirstArg = Builder.CreateZExt(FirstArg, IntTy);
692 SecondArg = Builder.CreateZExt(SecondArg, IntTy);
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
IndVarSimplify.cpp 807 Builder.CreateZExt(NarrowOper, WideType);
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 523 Rep = Builder.CreateZExt(Rep, CI->getType(), "");
    [all...]
Core.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp     [all...]
MemorySanitizer.cpp 667 Value *ConvertedShadow2 = IRB.CreateZExt(
740 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 641 milliseconds

1 2