Searched defs:getTargetConstant (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAG.h329 SDValue getTargetConstant(uint64_t Val, EVT VT) { function in class:llvm::SelectionDAG
332 SDValue getTargetConstant(const APInt &Val, EVT VT) { function in class:llvm::SelectionDAG
335 SDValue getTargetConstant(const ConstantInt &Val, EVT VT) { function in class:llvm::SelectionDAG
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h485 SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, function in class:llvm::SelectionDAG
489 SDValue getTargetConstant(const APInt &Val, const SDLoc &DL, EVT VT, function in class:llvm::SelectionDAG
493 SDValue getTargetConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, function in class:llvm::SelectionDAG

Completed in 207 milliseconds