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

  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 548 int LOffset = Lineno - HeaderLineno;
551 BodySamples.lookup(InstructionLocation(LOffset, Discriminator));
553 << " (line offset: " << LOffset << "." << Discriminator
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 659 Value *LOffset = EmitGEPOffset(GEPLHS);
665 Type *LHSIndexTy = LOffset->getType();
672 LOffset = Builder->CreateTrunc(LOffset, RHSIndexTy);
676 LOffset, ROffset);
    [all...]

Completed in 447 milliseconds