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

  /external/llvm/lib/IR/
ConstantsContext.h 344 struct ConstantExprKeyType;
348 typedef ConstantExprKeyType ValType;
448 struct ConstantExprKeyType {
456 ConstantExprKeyType(unsigned Opcode, ArrayRef<Constant *> Ops,
464 ConstantExprKeyType(ArrayRef<Constant *> Operands, const ConstantExpr *CE)
469 ConstantExprKeyType(const ConstantExpr *CE,
481 bool operator==(const ConstantExprKeyType &X) const {
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h 40 struct ConstantExprKeyType;
    [all...]

Completed in 69 milliseconds