Searched refs:getConstantIntValue (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1348 const ConstantInt *getConstantIntValue() const { return Value; } function in class:ConstantSDNode
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1965 CV.push_back(const_cast<ConstantInt *>(V->getConstantIntValue()));
1970 const ConstantInt *CI = V->getConstantIntValue();
H A DSelectionDAGISel.cpp2864 const ConstantInt *Val=cast<ConstantSDNode>(Imm)->getConstantIntValue();
H A DSelectionDAG.cpp418 ID.AddPointer(C->getConstantIntValue());
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5841 C = CI->getConstantIntValue();
11133 const Constant *C = (dyn_cast<ConstantSDNode>(Cst))->getConstantIntValue();
11212 const Constant *C = (dyn_cast<ConstantSDNode>(Cst))->getConstantIntValue();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8404 !cast<ConstantSDNode>(LHS.getOperand(1))->getConstantIntValue()->

Completed in 282 milliseconds