HomeSort by relevance Sort by last modified time
    Searched refs:ExprMapKeyType (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 303 struct ExprMapKeyType {
304 ExprMapKeyType(unsigned opc,
316 bool operator==(const ExprMapKeyType& that) const {
323 bool operator<(const ExprMapKeyType & that) const {
334 bool operator!=(const ExprMapKeyType& that) const {
409 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> {
410 static ConstantExpr *create(Type *Ty, const ExprMapKeyType &V,
456 typedef ExprMapKeyType ValType;
462 return ExprMapKeyType(CE->getOpcode(), Operands,
LLVMContextImpl.h 160 ConstantUniqueMap<ExprMapKeyType, const ExprMapKeyType&, Type, ConstantExpr>
Constants.cpp     [all...]

Completed in 87 milliseconds