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

/external/llvm/lib/VMCore/
H A DConstantFold.cpp183 /// ExtractConstantBytes - V is an integer constant which only has a subset of
192 static Constant *ExtractConstantBytes(Constant *C, unsigned ByteStart, function
219 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
228 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
234 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
242 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
263 return ExtractConstantBytes(CE->getOperand(0), ByteStart+ShAmt, ByteSize);
285 return ExtractConstantBytes(CE->getOperand(0), ByteStart-ShAmt, ByteSize);
307 return ExtractConstantBytes(CE->getOperand(0), ByteStart, ByteSize);
682 if (Constant *Res = ExtractConstantBytes(
[all...]

Completed in 128 milliseconds