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

  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 63 /// isOffsetOf - Do we need to emit code to get the offset of the variable,
66 virtual bool isOffsetOf() const { return false; }
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 230 if (U->isOffsetOf(CTy, FieldNo)) {
427 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
    [all...]

Completed in 135 milliseconds