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

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 308 Value *ShVal = ConstantInt::get(V->getType(), i);
309 ShVal = Builder.CreateLShr(V, ShVal, "ctlz.sh");
310 V = Builder.CreateOr(V, ShVal, "ctlz.step");
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 483 int ShVal = STI.inMicroMipsMode() ? 2 : 4;
484 int64_t Offset = computeOffset(I->Br) / ShVal;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 285 Value *ShVal = Op->getOperand(0);
286 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());
287 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 270 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt);
273 Shift = CurDAG->getTargetConstant(ShVal, dl, MVT::i32);
352 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val);
355 Shift = CurDAG->getTargetConstant(ShVal, SDLoc(N), MVT::i32);
    [all...]

Completed in 151 milliseconds