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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp214 static Constant *ExtractConstantBytes(Constant *C, unsigned ByteStart, function
241 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
250 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
256 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
264 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
285 return ExtractConstantBytes(CE->getOperand(0),
308 return ExtractConstantBytes(CE->getOperand(0),
331 return ExtractConstantBytes(CE->getOperand(0), ByteStart, ByteSize);
732 if (Constant *Res = ExtractConstantBytes(V, 0, DestBitWidth / 8))

Completed in 135 milliseconds