HomeSort by relevance Sort by last modified time
    Searched full: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/valgrind/main/VEX/priv/
guest_arm_toIR.c 3669 IRTemp tmp, shval, mask, old_shval; local
3798 IRTemp shval, old_shval, imm_val, round; local
3943 IRTemp tmp, shval, mask, old_shval, imm_val, round; local
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 792 SDValue ShVal = N.getNode()->getOperand(0);
797 if (CurDAG->isBaseWithConstantOffset(ShVal)) {
798 AM.IndexReg = ShVal.getNode()->getOperand(0);
800 cast<ConstantSDNode>(ShVal.getNode()->getOperand(1));
806 AM.IndexReg = ShVal;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 322 Value *ShVal = Op->getOperand(0);
323 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());
324 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 117 milliseconds