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

  /external/llvm/include/llvm/MC/
MCValue.h 39 int64_t Cst;
42 int64_t getConstant() const { return Cst; }
59 R.Cst = Val;
67 R.Cst = Val;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 154 intptr_t Cst = 0;
157 Cst = -(intptr_t)MovePCtoLROffset - 4;
163 Cst, isa<Function>(MO.getGlobal()));
166 RelocID, MO.getSymbolName(), Cst);
169 RelocID, MO.getIndex(), Cst);
177 RelocID, MO.getIndex(), Cst);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 463 // Transform trunc(lshr (zext A), Cst) to eliminate one type conversion.
464 Value *A = 0; ConstantInt *Cst = 0;
466 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
475 if (Cst->getZExtValue() >= ASize)
481 Value *Shift = Builder->CreateLShr(A, Cst->getZExtValue());
486 // Transform "trunc (and X, cst)" -> "and (trunc X), cst" so long as the dest
490 match(Src, m_And(m_Value(A), m_ConstantInt(Cst)))) {
493 ConstantExpr::getTrunc(Cst, CI.getType()));
698 // We can promote lshr(x, cst) if we can promote x. This requires th
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 214 Constant *Cst = Constant::getAllOnesValue(Neg->getType());
216 Instruction *Res = BinaryOperator::CreateMul(Neg->getOperand(1), Cst, "",Neg);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 249 milliseconds