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

  /external/llvm/lib/IR/
ConstantsContext.h 319 struct ExprMapKeyType {
320 ExprMapKeyType(unsigned opc,
332 bool operator==(const ExprMapKeyType& that) const {
339 bool operator<(const ExprMapKeyType & that) const {
346 bool operator!=(const ExprMapKeyType& that) const {
426 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> {
427 static ConstantExpr *create(Type *Ty, const ExprMapKeyType &V,
472 typedef ExprMapKeyType ValType;
478 return ExprMapKeyType(CE->getOpcode(), Operands,
LLVMContextImpl.h 292 ConstantUniqueMap<ExprMapKeyType, const ExprMapKeyType&, Type, ConstantExpr>
Constants.cpp     [all...]

Completed in 179 milliseconds