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

1 2

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 178 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
188 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
190 Value *Tmp1 = Builder.CreateLShr(V,ConstantInt::get(V->getType(), 24),
212 Value* Tmp4 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
214 Value* Tmp3 = Builder.CreateLShr(V,
217 Value* Tmp2 = Builder.CreateLShr(V,
220 Value* Tmp1 = Builder.CreateLShr(V,
283 Value *VShift = Builder.CreateLShr(PartValue,
291 V = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 64),
309 ShVal = Builder.CreateLShr(V, ShVal, "ctlz.sh")
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 125 Instruction *CreateLShr(Constant *LHS, Constant *RHS,
128 return BinaryOperator::CreateLShr(LHS, RHS);
IRBuilder.h     [all...]
ConstantFolder.h 79 Constant *CreateLShr(Constant *LHS, Constant *RHS,
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 283 Value *Tmp3 = Builder.CreateLShr(Dividend, SR_1);
311 Value *Tmp6 = Builder.CreateLShr(Q_2, MSB);
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 93 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 705 Instruction *NewVal = BinaryOperator::CreateLShr(
    [all...]
InstCombineShifts.cpp 196 V = IC.Builder->CreateLShr(C, NumBits);
622 Value *Shift = Builder->CreateLShr(X, ShiftDiffCst);
    [all...]
InstCombineCasts.cpp 488 Value *Shift = Builder->CreateLShr(A, Cst->getZExtValue());
525 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit");
572 In = Builder->CreateLShr(In, ConstantInt::get(In->getType(),ShiftAmt),
616 Result = Builder->CreateLShr(
    [all...]
InstCombineSelect.cpp 427 V = Builder->CreateLShr(V, C1Log - C2Log);
    [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombinePHI.cpp 750 Res = Builder->CreateLShr(Res, ConstantInt::get(InVal->getType(),
    [all...]
InstCombineCalls.cpp 401 Value *V = Builder->CreateLShr(X, CV);
749 return BinaryOperator::CreateLShr(Vec,
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineAndOrXor.cpp 286 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
GVN.cpp 922 StoredVal = BinaryOperator::CreateLShr(StoredVal, Val, "tmp", InsertPt);
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 457 B.CreateLShr(PtrOffset, ConstantInt::get(IntPtrTy, BSI.AlignLog2));
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 615 : IRB.CreateLShr(Val, Shift);
779 Shadow = IRB.CreateLShr(Shadow, Mapping.Scale);
    [all...]
MemorySanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 475 llvm::Value *A1 = Builder.CreateXor(Builder.CreateLShr(A0, K47), A0);
477 llvm::Value *B1 = Builder.CreateXor(Builder.CreateLShr(B0, K47), B0);
    [all...]
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 767 milliseconds

1 2