Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h112 struct ConstantInfo { struct
116 ConstantInt *BaseInt;
117 ConstantExpr *BaseExpr;
118 RebasedConstantListType RebasedConstants;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2177 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local