Searched refs:Constant_ (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/ |
| H A D | Target.cpp | 504 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner() 528 APInt Constant_; member 594 assert(Constant_.getBitWidth() <= Bytes * 8 && in initStack() 596 const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8 in initStack() 597 ? Constant_.sext(Bytes * 8) in initStack() 598 : Constant_; in initStack()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ProgrammersManual.rst | 3513 Constant_\ s, Argument_\ s. Even Instruction_\ s and :ref:`Function 3790 Superclasses: Constant_, User_, Value_ 3848 Superclasses: GlobalValue_, Constant_, User_, Value_ 3875 Note that ``Function`` is a GlobalValue_ and therefore also a Constant_. The 3957 Superclasses: GlobalValue_, Constant_, User_, Value_ 3964 (which must be a Constant_), and if they have an initializer, they may be marked
|