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

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp244 Scale = getI8Imm(AM.Scale);
273 /// getI8Imm - Return a target constant with the specified value, of type
275 inline SDValue getI8Imm(unsigned Imm) { function in class:__anon26193::final
2046 const SDValue Ops[] = { VSrc, Base, getI8Imm(Scale->getSExtValue()), VIdx,
2213 getI8Imm(ShlVal));

Completed in 150 milliseconds