HomeSort by relevance Sort by last modified time
    Searched refs:ShVal (Results 1 - 6 of 6) 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/X86/
X86ISelDAGToDAG.cpp 797 SDValue ShVal = N.getNode()->getOperand(0);
802 if (CurDAG->isBaseWithConstantOffset(ShVal)) {
803 AM.IndexReg = ShVal.getNode()->getOperand(0);
805 cast<ConstantSDNode>(ShVal.getNode()->getOperand(1));
811 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 137 milliseconds