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 3705 IRTemp tmp, shval, mask, old_shval; local
3834 IRTemp shval, old_shval, imm_val, round; local
3971 IRTemp tmp, shval, mask, old_shval, imm_val, round; local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 259 Value *ShVal = Op->getOperand(0);
260 ShVal = Builder->CreateLShr(ShVal, OpRHS, Op->getName());
261 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 661 milliseconds