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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp202 /// ExtractConstantBytes - V is an integer constant which only has a subset of
211 static Constant *ExtractConstantBytes(Constant *C, unsigned ByteStart, function
238 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
247 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
253 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
261 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
282 return ExtractConstantBytes(CE->getOperand(0), ByteStart+ShAmt, ByteSize);
304 return ExtractConstantBytes(CE->getOperand(0), ByteStart-ShAmt, ByteSize);
326 return ExtractConstantBytes(CE->getOperand(0), ByteStart, ByteSize);
714 if (Constant *Res = ExtractConstantBytes(
[all...]

Completed in 38 milliseconds