HomeSort by: relevance | last modified time | path
    Searched refs:ConstantExprKeyType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 395 struct ConstantExprKeyType;
399 using ValType = ConstantExprKeyType;
511 struct ConstantExprKeyType {
540 ConstantExprKeyType(unsigned Opcode, ArrayRef<Constant *> Ops,
550 ConstantExprKeyType(ArrayRef<Constant *> Operands, const ConstantExpr *CE)
557 ConstantExprKeyType(const ConstantExpr *CE,
570 bool operator==(const ConstantExprKeyType &X) const {
Constants.cpp 1971 ConstantExprKeyType Key(opc, C);
2280 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags);
2339 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags);
2419 ConstantExprKeyType Key(Instruction::Select, ArgVec);
2483 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, 0,
2505 const ConstantExprKeyType Key(Instruction::ICmp, ArgVec, pred);
2530 const ConstantExprKeyType Key(Instruction::FCmp, ArgVec, pred);
2556 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec);
2579 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec);
2605 ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec, 0, 0, None, Mask)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 932 friend struct ConstantExprKeyType;

Completed in 20 milliseconds