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

References

lib/Analysis/ConstantFolding.cpp
 2294           return ConstantFP::get(Ty->getContext(), V);
 2330           return ConstantInt::get(Ty->getContext(),
 2349       return UndefValue::get(Ty);
 2362       return ConstantInt::get(Ty, C1->lshr(LshrAmt));
 2364       return ConstantInt::get(Ty, C0->shl(ShlAmt));
 2365     return ConstantInt::get(Ty, C0->shl(ShlAmt) | C1->lshr(LshrAmt));