Searched defs:InlineAsmKeyType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstantsContext.h352 struct InlineAsmKeyType { struct in namespace:llvm
353 InlineAsmKeyType(StringRef AsmString, function in struct:llvm::InlineAsmKeyType
364 bool operator==(const InlineAsmKeyType& that) const {
371 bool operator<(const InlineAsmKeyType& that) const {
385 bool operator!=(const InlineAsmKeyType& that) const {
495 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
496 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) {
505 typedef InlineAsmKeyType ValType;
507 return InlineAsmKeyType(Asm->getAsmString(), Asm->getConstraintString(),

Completed in 152 milliseconds