reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/ConstantFold.cpp
  234   if (!CE) return nullptr;
  236   switch (CE->getOpcode()) {
  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);
  268     ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1));
  280           IntegerType::get(CE->getContext(), ByteSize * 8));
  283       return ExtractConstantBytes(CE->getOperand(0),
  291     ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1));
  303           IntegerType::get(CE->getContext(), ByteSize * 8));
  306       return ExtractConstantBytes(CE->getOperand(0),
  315       cast<IntegerType>(CE->getOperand(0)->getType())->getBitWidth();
  319       return Constant::getNullValue(IntegerType::get(CE->getContext(),
  324       return CE->getOperand(0);
  329       return ExtractConstantBytes(CE->getOperand(0), ByteStart, ByteSize);
  335       Constant *Res = CE->getOperand(0);