Home
last modified time | relevance | path

Searched defs:ConstantInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h115 struct ConstantInfo { struct
119 ConstantInt *BaseInt;
120 ConstantExpr *BaseExpr;
121 RebasedConstantListType RebasedConstants;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2229 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local