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

  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 74 /// isOffsetOf - Do we need to emit code to get the offset of the variable,
77 virtual bool isOffsetOf() const { return false; }
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 431 /// isSizeOf, isAlignOf, isOffsetOf - Test whether this is a special
439 bool isOffsetOf(Type *&STy, Constant *&FieldNo) const;
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 200 bool isOffsetOf() const override {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 225 if (U->isOffsetOf(CTy, FieldNo)) {
422 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
    [all...]

Completed in 506 milliseconds