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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp931 auto GetClonedValue = [&Result](Value *V) { local
939 Result.Structure = MainLoopStructure.map(GetClonedValue);
968 PN->addIncoming(GetClonedValue(OldIncoming), ClonedBB);

Completed in 54 milliseconds