Searched defs:Cst (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCValue.h39 int64_t Cst; member in class:llvm::MCValue
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp158 intptr_t Cst = 0; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp320 Constant *Cst = Constant::getAllOnesValue(Neg->getType()); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1771 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>( local
1778 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(CstOffset); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp473 Value *A = 0; ConstantInt *Cst = 0; local
H A DInstCombineCompares.cpp1030 Constant *Cst = Builder->getInt1(IsICMP_NE); local
1443 Constant *Cst = Builder->getInt1(IsICMP_NE); local
3004 Value *X; ConstantInt *Cst; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1715 const APInt &Cst = cast<ConstantSDNode>(N)->getAPIntValue(); local
H A DDAGCombiner.cpp5814 SDValue Cst = DAG.getNode(ISD::BITCAST, SDLoc(N0), local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2184 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); local
H A DX86ISelLowering.cpp4723 SDValue Cst = DAG.getTargetConstant(0, MVT::i32); local
4726 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32); local
4731 SDValue Cst = DAG.getTargetConstant(0, MVT::i32); local
4738 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32); local
4744 SDValue Cst = DAG.getTargetConstant(0, MVT::i32); local
4762 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32); local
5713 SDValue Cst = DAG.getTargetConstant(0, MVT::i1); local
5721 SDValue Cst = DAG.getTargetConstant(1, MVT::i1); local
8945 SDValue Cst = DAG.getTargetConstant(1, ExtVT.getScalarType()); local
9011 SDValue Cst = DAG.getTargetConstant(1, InVT.getVectorElementType()); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2636 ConstantInt *Cst = cast<ConstantInt>(ICI->getOperand(1)); local

Completed in 219 milliseconds