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

/external/llvm/lib/IR/
H A DConstantFold.cpp212 static Constant *ExtractConstantBytes(Constant *C, unsigned ByteStart, function
239 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
248 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
254 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
262 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
283 return ExtractConstantBytes(CE->getOperand(0), ByteStart+ShAmt, ByteSize);
305 return ExtractConstantBytes(CE->getOperand(0), ByteStart-ShAmt, ByteSize);
327 return ExtractConstantBytes(CE->getOperand(0), ByteStart, ByteSize);
713 if (Constant *Res = ExtractConstantBytes(V, 0, DestBitWidth / 8))
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp185 /// ExtractConstantBytes - V is an integer constant which only has a subset of
194 static Constant *ExtractConstantBytes(Constant *C, unsigned ByteStart, function
221 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
230 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
236 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
244 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
265 return ExtractConstantBytes(CE->getOperand(0), ByteStart+ShAmt, ByteSize);
287 return ExtractConstantBytes(CE->getOperand(0), ByteStart-ShAmt, ByteSize);
309 return ExtractConstantBytes(CE->getOperand(0), ByteStart, ByteSize);
681 if (Constant *Res = ExtractConstantBytes(
[all...]

Completed in 299 milliseconds