Searched refs:CST (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
H A D2002-12-15-StructParameters.c14 compile_stack_type CST; local
15 foo(&CST);
17 bar(CST, 12);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz.alias35 CST America/Chicago
H A Dicuzones29 Zone SystemV/CST6 -6:00 - CST
50 Link America/Chicago CST
/external/icu4c/tools/tzcode/
H A Dtz.alias35 CST America/Chicago
H A Dicuzones29 Zone SystemV/CST6 -6:00 - CST
50 Link America/Chicago CST
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp861 // non-constant operand of the multiply, and set CST to point to the multiplier.
864 static inline Value *dyn_castFoldableMul(Value *V, ConstantInt *&CST) { argument
872 if ((CST = dyn_cast<ConstantInt>(I->getOperand(1))))
875 if ((CST = dyn_cast<ConstantInt>(I->getOperand(1)))) {
876 // The multiplier is really 1 << CST.
878 uint32_t CSTVal = CST->getLimitedValue(BitWidth);
879 CST = ConstantInt::get(V->getType()->getContext(),
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1768 Constant *CST = IV.isConstant() ? local
1770 DEBUG(dbgs() << "*** Arg " << *AI << " = " << *CST <<"\n"); local
1774 AI->replaceAllUsesWith(CST);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc153 * This is the Concrete Syntax Tree (CST).
159 * So, the CST also contains transformation rules ({->x}) to
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2541 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(NewRHS))
2542 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0
2543 (CCCode == ISD::SETGT && CST->isAllOnesValue())) { // X > -1
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7678 ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op); local
7679 if (!CST) return; // Must be an immediate to match.
7680 unsigned Value = CST->getZExtValue();
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18858 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
18860 Result = DAG.getTargetConstant(CST->getSExtValue(), MVT::i64);

Completed in 314 milliseconds