Searched refs:isOffsetOf (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h73 /// isOffsetOf - Do we need to emit code to get the offset of the variable,
76 virtual bool isOffsetOf() const { return false; } function in class:llvm::MCParsedAsmOperand
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h439 /// isSizeOf, isAlignOf, isOffsetOf - Test whether this is a special
447 bool isOffsetOf(Type *&STy, Constant *&FieldNo) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DAsmParser.cpp3651 if (Operand->isReg() && !Operand->isOffsetOf()) {
3669 if (!Operand->isOffsetOf() && Operand->needSizeDirective())
3678 OutputDeclsOffsetOf.push_back(Operand->isOffsetOf());
3686 InputDeclsOffsetOf.push_back(Operand->isOffsetOf());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolutionExpander.cpp486 if (U->isOffsetOf(CTy, FieldNo) && CTy == STy) {
H A DScalarEvolution.cpp224 if (U->isOffsetOf(CTy, FieldNo)) {
423 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const { function in class:SCEVUnknown
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp339 bool isOffsetOf() const { function in struct:__anon10469::X86Operand

Completed in 106 milliseconds